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 45870 - isDefaultValue() of RADComponent always returns true
Summary: isDefaultValue() of RADComponent always returns true
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-05 08:11 UTC by santhosh
Modified: 2005-07-11 15:59 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 santhosh 2004-07-05 08:11:05 UTC
I have extended and PropertySheetView and added a 
[Restore Default Value] to the popup menu. this 
menu item will be enabled if and only if 
isDefaultValue() returns false. it is working 
fine with other nodes. but with RADComponents (in 
fom components) this is always disabled. on 
debugging I notices that the RADComponent's 
isDefaultValue() always return true.
Comment 1 Jan Stola 2004-07-07 12:49:21 UTC
The method isDefaultValue() was added into the API some time ago
and it wasn't overriden by form editor properties. It should be
fixed now.
Comment 2 Marek Grummich 2005-07-11 15:59:30 UTC
verified