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 204469 - o.n.beaninfo.editors.ObjectEditor used for properties of type Object
Summary: o.n.beaninfo.editors.ObjectEditor used for properties of type Object
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
: 202637 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-10-31 17:41 UTC by Jan Stola
Modified: 2012-05-02 16:22 UTC (History)
1 user (show)

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 Jan Stola 2011-10-31 17:41:33 UTC
org.netbeans.beaninfo.editors.ObjectEditor is used for properties of Object type. This property editor is useless for GUI Builder users. It should not be used there.

Steps to reproduce:
1. Create JFrame form.
2. Add JComboBox into the form.
3. Look at selectedItem property in Properties window.
   It is set to <null item>. When you click on '...' button
   then you can see ugly custom editor of the mentioned ObjectEditor.
Comment 1 Jan Stola 2011-10-31 19:52:58 UTC
Fixed.

Modified file: http://hg.netbeans.org/jet-main/rev/6a801ecf5ee2
Comment 2 Jesse Glick 2012-05-02 16:22:31 UTC
*** Bug 202637 has been marked as a duplicate of this bug. ***