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

Summary: Form not repainted after reloaded when memory meter disabled
Product: guibuilder Reporter: Milan Kubec <mkubec>
Component: CodeAssignee: issues@guibuilder <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 68438    
Bug Blocks:    
Attachments: Fix of the issue.

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.