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 - If one item in combo the selection doesn't take
Summary: If one item in combo the selection doesn't take
Status: RESOLVED INCOMPLETE
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pegah Sarram
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-21 22:08 UTC by mgrev
Modified: 2007-09-13 00:42 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 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.