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 98567

Summary: If one item in combo the selection doesn't take
Product: obsolete Reporter: mgrev <mgrev>
Component: visualwebAssignee: Pegah Sarram <pegah>
Status: RESOLVED INCOMPLETE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description mgrev 2007-03-21 22:08:46 UTC
In the property sheet for the visual web the selection will not "take" until you
press somewhere else or "tab" out of the combo if there is only one item in the
combo.

This is probably because the editing value is set to "" but the selected index
is the single item and there is thus no action fired when the user "re-selects"
the same item, even though he selects something that wasn't shown in the editor
before.

This only happens if there is just one item in the combo. I have tested this
with a connection to a JavaBean from a property in a JSF component.

Cheers,
Mikael Grev
Comment 1 Marian Petras 2007-07-31 21:02:11 UTC
Reassigned to VisualWeb.
Comment 2 Peter Zavadsky 2007-08-14 23:20:00 UTC
This belongs to the propertyeditors (missing such subcomponent), passing to components.
Comment 3 Pegah Sarram 2007-09-13 00:42:35 UTC
I need more info. Which combo box you are referring to? Which property does it relate to? Please be specific about the
property and the component, and provide steps on how to reproduce the problem. Thanks.