#926 closed bug (fixed)
autocompleter does not trigger onSelect event when tab is pressed
Reported by: | Owned by: | stefan | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | interface | Version: | |
Keywords: | autocompleter | Cc: | |
Blocked by: | Blocking: |
Description
i fix it adding a 9 in the lines 449 and 305 in iautocompleter.js
before if (/13|27|35|36|38|40/.test(pressedKey) && jQuery.iAuto.items) { after if (/9|13|27|35|36|38|40/.test(pressedKey) && jQuery.iAuto.items) {
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
neither when a option is clicked the event onSelect is triggered, and i dont know how fix it