#132 ✓resolved
Michael Mathews

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

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.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

A JavaScript Library

Shared Ticket Bins

People watching this ticket

Pages