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 35093 - Frozen IDE when setting property
Summary: Frozen IDE when setting property
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-23 12:29 UTC by Milan Kubec
Modified: 2003-12-11 14:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full thread dump (11.09 KB, text/plain)
2003-07-23 12:30 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2003-07-23 12:29:46 UTC
I've set the property Debug Graphics for some
component in Property Sheet in Form Editor and IDE
got frozen.
Comment 1 Milan Kubec 2003-07-23 12:30:08 UTC
Created attachment 11086 [details]
full thread dump
Comment 2 Marian Mirilovic 2003-07-23 12:38:13 UTC
Milan,
 why you have choosen property sheet responsible? 
Reassigne to form (for investigation) , form modules is last in the
AWT-Event Queue...
Comment 3 Milan Kubec 2003-07-23 12:54:04 UTC
Sorry, I overlooked the form in stack trace. And also it happened just
after setting the property in combo in new property sheet, so I
thought it could be related.
Comment 4 Tomas Pavek 2003-07-23 12:56:17 UTC

*** This issue has been marked as a duplicate of 33258 ***
Comment 5 Tomas Pavek 2003-07-23 12:56:53 UTC
Sorry, this is not the issue to be duplicated ;)
Comment 6 Tomas Pavek 2003-07-23 13:08:48 UTC
Milan, to what value have you set the "Debug Graphics" property? On
what component? Is the freeze reproducible? Is it on JDK 1.4.2? Thanks
Comment 7 Milan Kubec 2003-07-23 13:18:59 UTC
[dev-200307230100, JDK 1.4.2]

It's reproducible with JScrollBar. I set the property to LOGS_.. and
then to FLASH_... and IDE got frozen.
Comment 8 Tomas Pavek 2003-07-23 13:23:50 UTC
Are you sure the IDE is frozen? The FLASH... debug option causes
componente to paint very slowly, so it takes a while when the
application is unresponsive, but it is not frozen... Maybe we should
filter this property out from being propagated to the designed form,
but maybe some users might want to "debug" painting of forms already
at design time. 
Comment 9 Milan Kubec 2003-07-23 14:42:27 UTC
Maybe it's not frozen, but it didn't redraw after couple of minutes.
Comment 10 Tomas Pavek 2003-07-23 15:40:25 UTC
Ok, fixed.

In trunk:
/cvs/form/src/org/netbeans/modules/form/VisualReplicator.java
new revision: 1.36; previous revision: 1.35

In prj40_prototype:
/cvs/form/src/org/netbeans/modules/form/VisualReplicator.java
new revision: 1.35.18.1; previous revision: 1.35
Comment 11 Milan Kubec 2003-10-14 12:46:09 UTC
Verified.