Search and Top Navigation
#5453 closed bug (fixed)
Opened March 30, 2010 09:52PM UTC
Closed July 20, 2010 05:26PM UTC
Last modified November 19, 2010 06:26PM UTC
Autocomplete: combobox demo doesn't remove invalid values
Reported by: | jzaefferer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.3 |
Component: | ui.autocomplete | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The select-event is only triggered with a valid selection. Probably need to use change instead to catch invalid inputs and drop those.
Attachments (0)
Change History (7)
Changed April 06, 2010 08:47PM UTC by comment:1
Changed April 08, 2010 10:29AM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Changed April 21, 2010 01:17PM UTC by comment:3
milestone: | 1.9 → 1.8.1 |
---|
Changed May 05, 2010 01:23AM UTC by comment:4
resolution: | fixed |
---|---|
status: | closed → reopened |
From aaronbarker:
If you type in something like "java", select the item you want and then hit return, the item you selected is placed in the field and your cursor is left in place. You can now type additional characters before leaving the field that are not removed.
Changed July 20, 2010 05:26PM UTC by comment:5
milestone: | 1.8.1 → 1.9 |
---|---|
resolution: | → fixed |
status: | reopened → closed |
Fixed in c2c09e8.
Changed August 04, 2010 01:23AM UTC by comment:6
milestone: | 1.9 → 1.8.3 |
---|
Changed November 19, 2010 06:26PM UTC by comment:7
Autocomplete: Clear selectedItem property whenever the user types something. Also updated combobox to clear the select element when clearing the text element. Fixes #5453 - Autocomplete: combobox demo doesn't remove invalid values.
Changeset: c2c09e89538ce071efba7ca1e923b5627c236f8c
Blocked by #5490 - using change instead of selected breaks the combobox completely.