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 70985 - Form not repainted after reloaded when memory meter disabled
Summary: Form not repainted after reloaded when memory meter disabled
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on: 68438
Blocks:
  Show dependency tree
 
Reported: 2006-01-04 11:34 UTC by Milan Kubec
Modified: 2006-01-06 09:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Fix of the issue. (2.17 KB, patch)
2006-01-04 14:38 UTC, Jan Stola
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2006-01-04 11:34:59 UTC
[release50-200601032030, JDK 1.5.0_06]

Steps to reproduce:
(Make sure you have memory meter disabled, but it should be already disabled in
release50 builds by default)
1) Create form, add some components to it, save the form
2) Press Ctrl+R (== Reload)
Form doesn't repaint itself and Inspector as well. Clicking on the form doesn't
repaint it, clicking on the Inspector repaints all.
Doesn't happen when memory meter is enabled.
Comment 1 Jan Stola 2006-01-04 14:29:51 UTC
Fixed in trunk.

/cvs/form/src/org/netbeans/modules/form/FormEditorSupport.java,v
new revision: 1.194; previous revision: 1.193
/cvs/form/src/org/netbeans/modules/form/ComponentInspector.java,v
new revision: 1.60; previous revision: 1.59
Comment 2 Jan Stola 2006-01-04 14:38:42 UTC
Created attachment 28174 [details]
Fix of the issue.
Comment 3 Jan Stola 2006-01-04 15:00:26 UTC
Marking as fixed.
Comment 4 Milan Kubec 2006-01-05 09:07:18 UTC
Fix verified in trunk build 200601041900.
Comment 5 Jan Stola 2006-01-05 15:09:24 UTC
Fixed also in release50 branch.

/cvs/form/src/org/netbeans/modules/form/FormEditorSupport.java,v
new revision: 1.191.2.2; previous revision: 1.191.2.1
/cvs/form/src/org/netbeans/modules/form/ComponentInspector.java,v
new revision: 1.59.4.1; previous revision: 1.59
Comment 6 Milan Kubec 2006-01-06 09:35:14 UTC
Verified in release50-200601052030.