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 37442 - Global property sheet not refreshed for node selected in Inspector
Summary: Global property sheet not refreshed for node selected in Inspector
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-24 08:29 UTC by Jiri Skrivanek
Modified: 2003-12-11 14:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2003-11-24 08:29:29 UTC
If you select a node in the Inspector, the global
property sheet is empty. It breaks commit
validation suite.

It started to happen from build 20031121-1800
after this commits:

2003-11-21 16:56  tpavek

	* form/src/org/netbeans/modules/form/actions/:
EditFormAction.java,
	InPlaceEditAction.java, InstallBeanAction.java,
ReloadAction.java,
	TestAction.java:
	 overriding new method
CallableSystemAction.asynchronous() -- our
	actions are synchronous (run in AWT thread)

2003-11-21 16:54  tpavek

	* form/src/org/netbeans/modules/form/:
Bundle.properties,
	ComponentInspector.java, EventProperty.java,
FormDesigner.java,
	FormEditorModule.java, FormEditorSupport.java,
	FormLoaderSettings.java,
FormLoaderSettingsBeanInfo.java,
	FormProperty.java, HandleLayer.java,
resources/layer.xml,
	palette/PaletteTopComponent.java,
actions/Bundle.properties:
	 Adjustments and cleanup for the new winsys. Also
some deprecated
	code rewritten (e.g. using ExplorerPanel).

2003-11-21 16:53  tpavek

	* form/src/org/netbeans/modules/form/:
FormDataLoader.java,
	FormDataObject.java:
	 Fix of bug #33133: ensuring secondary file entry
is always
	initialized in FormDataObject.

Tested in build 200311231900, JDK1.4.2_02, WindowsXP.
Comment 1 Tomas Pavek 2003-11-24 09:43:32 UTC
Fixed. Forgot to set activated nodes explicitely on Component
Inspector - as it is not ExplorerPanel anymore.

/cvs/form/src/org/netbeans/modules/form/ComponentInspector.java
new revision: 1.39; previous revision: 1.38
Comment 2 Jiri Skrivanek 2003-11-25 12:30:16 UTC
Verified in build 20031124-2041.