This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 138770

Summary: Unable to modify code in editor after a dialog/window is displayed
Product: ruby Reporter: richo <richo>
Component: EditingAssignee: Torbjorn Norbye <tor>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Console Log with Thread Dump

Description richo 2008-07-02 02:04:02 UTC
Netbean: 20080701231251 (2565)
OS: Ubuntu 8.04

After netbeans shows a dialog or window (even code completion) all files in editor become uneditable (like they are
readonly). Sometime I could recover editing capability by closing and reopening a file, sometimes a restart is required.
Comment 1 richo 2008-07-02 04:42:56 UTC
OK, more info. 

I loose all keyboard interaction, hot keys, navigation, everything.
Comment 2 richo 2008-07-02 04:52:57 UTC
reverted to 20080617212452 (build 2343) problem gone away.

Problem exists on the following builds I have:
2442
2553
2565
Comment 3 richo 2008-07-02 06:46:24 UTC
Hmmm, I seem to be able to get the problem occurring in 2343 consistently as well. Will attach a console log (with
thread dump).

This is so bad I assuming now this is a system problem with my machine and not a general NetBeans issue. Will start
testing on other machines.
Comment 4 richo 2008-07-02 06:52:02 UTC
Created attachment 63794 [details]
Console Log with Thread Dump
Comment 5 richo 2008-07-02 07:39:50 UTC
OK, found issue. I had set AWT_TOOLKIT=MToolkit in environment vars recently to combat the balnk dialog boxes when using
Compiz problem. Removing this line causes this problem to go away. Will file a new bug in a more appropriate location.
Comment 6 richo 2008-07-02 07:47:50 UTC
new issue: #138774