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) {
neither when a option is clicked the event onSelect is triggered, and i dont know how fix it