Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Fixed invalid blur when mousedown is hold on resultlist. #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed invalid blur when mousedown is hold on resultlist. #92

wants to merge 1 commit into from

Conversation

avalax
Copy link

@avalax avalax commented Jul 19, 2013

Reproducible using the demo/index.html
Enter a search and select an item and hold the mouse button.
The item is not selected and the list disappears.

This fixes it, tested with IE8, Chromium 28 on Linux, Firefox 22 on Linux.

@farzadpanahi
Copy link

I fixed this by changing finishOnBlur_ variable to false.

    /**
     * @property {boolean} Is this autocompleter allowed to finish on blur?
     * @private
     */
    this.finishOnBlur_ = false;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants