AutoSuggest - flashing first item in some cases
Reported by Michael Mathews | September 28th, 2009 @ 03:35 PM | in 1.7
If the AutoSuggest instance has the activeOnShow option set to false, and the user is also overriding the onInputChange handler, and inside that handler they are calling find from another event handler, there is a momentary flash as the first suggesting become active and then immediately loses that active state.
The problem is in the findTimeout function.
Modifying it to have this line will likely fix it:
if (that.opts.activeOnShow) { activateItemOffset(that, 0); }
Comments and changes to this ticket
-
Michael Mathews September 28th, 2009 @ 03:37 PM
- Tag set to autosuggest, defect
-
Michael Mathews September 30th, 2009 @ 01:49 PM
- State changed from new to open
- Assigned user set to Michael Mathews
-
Michael Mathews October 5th, 2009 @ 11:34 AM
- Milestone set to 1.7
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A JavaScript Library