Skip to main content

Bug Tracker

Side navigation

#926 closed bug (fixed)

Opened February 07, 2007 04:02PM UTC

Closed February 08, 2007 07:07AM UTC

Last modified June 19, 2007 08:12AM UTC

autocompleter does not trigger onSelect event when tab is pressed

Reported by: leandrosuarez@gmail. 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) {

Attachments (0)
Change History (2)

Changed February 07, 2007 04:36PM UTC by leandrosuare comment:1

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

Changed February 08, 2007 07:07AM UTC by stefan comment:2

resolution: → fixed
status: newclosed