Bug Tracker

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#926 closed bug (fixed)

autocompleter does not trigger onSelect event when tab is pressed

Reported by: [email protected] 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 leandrosuare

neither when a option is clicked the event onSelect is triggered, and i dont know how fix it

comment:2 Changed 16 years ago by stefan

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.