Opened 14 years ago
Closed 14 years ago
#1971 closed defect (fixed)
ComboBox - onValueChanged not triggered when autocomplete is on
Reported by: | Owned by: | Douglas Hays | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.4 |
Keywords: | ComboBox | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
When autocomplete is on, onValueChanged not triggered if exact match is found in the matches collection. This can be replicated on the test page, just type "C" with capital "C" in the second combo. "California" is autocompleted and the list of matches is displayed. If you select "California", onValueChanged is not triggered.
Attachments (1)
Change History (5)
comment:1 Changed 14 years ago by
Cc: | [email protected]… added |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Version: | 0.4 → 0.5 |
---|
The patch fixed the problem but introduced a regression in the Select widget: Originator: Displayed value is shown and not the hidden value.
comment:3 Changed 14 years ago by
Milestone: | 0.4.1 → 0.5 |
---|---|
Version: | 0.5 → 0.4 |
(you changed the version to 0.5 but actually you meant to change the milestone to 0.5, right?)
Changed 14 years ago by
Attachment: | 1971.patch added |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Alexander, please verify with the attached patch.