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 53893 - VisualPropertySupport does not support more combo box instances
Summary: VisualPropertySupport does not support more combo box instances
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-24 14:48 UTC by Sherold Dev
Modified: 2006-06-30 10:39 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 Sherold Dev 2005-01-24 14:48:22 UTC
If you use a combo box where item values differ 
from their display texts you can't use any other 
combo box instance with the current 
VisualPropertySupport implemenation. See ear 
project's CustomizerRun class.
Comment 1 Vince Kraemer 2005-02-07 18:08:57 UTC
the work-around for this is easy. 
Comment 2 Martin Krauskopf 2006-06-30 10:39:13 UTC
Randomly got to this. See the commit message below. I think that it does not
worth to fix it in a better way until....

Commit message: aserting one JComboBox per VisualPropertySupport, probably some
larger refactoring is needed or getting rid of this class at all

ui/customizer/VisualPropertySupport.java; 1.3.30.1 -> 1.3.30.2;

more or less related:

ui/customizer/CustomizerGeneral.java; 1.1.36.1 -> 1.1.36.2;
ui/customizer/CustomizerRun.java; 1.12.22.6 -> 1.12.22.7;