#858 closed defect (fixed)
[patch] pressing TAB/ENTER in combobox do not properly set hidden field values
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | combobox | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
Hi,
This has been mentioned on the mailing list as well by someone else.
To replicate in the 3rd combobox in test_ComboBox.html type 'ar' and press TAB or ENTER. The autocompleted values, 'AZ' 'Arizona', are not set.
The second problem is that the hidden field values aren't cleared when you press tab/enter in the combobox after clearing it completely with backspace.
The attached patch addresses both issues.
regards
matthew flanagan
Attachments (2)
Change History (5)
Changed 15 years ago by
Attachment: | comboboxtab.diff added |
---|
Changed 15 years ago by
Attachment: | comboboxtab.2.diff added |
---|
changed whitespace indentation to tabs
comment:1 Changed 15 years ago by
Cc: | [email protected]… added |
---|
Note: See
TracTickets for help on using
tickets.
combobox tab/enter fixes