-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
9.0.0.1, 10.0.2
-
None
-
Security Level: Jimmy
-
None
Steps to Reproduce
- select 1st item
- clear the value with backspace
- click outside of the combobox or pressing Tab key
Current Result
it shows 2 messages
Expected Result
it shows 1 message
Debug Information
- onSelect still fires onChange in Combobox.service()
if (oldSel != null && !oldSel.equals(_selItem) && oldSel.getLabel().equals(val)) Events.postEvent(new InputEvent(Events.ON_CHANGE, this, val, val));
Workaround
- listen to onSelect
- relates to
-
ZK-4955 Combobox fires a duplicate onChange event
- Closed