Skip to content
This repository was archived by the owner on Jun 15, 2020. It is now read-only.
This repository was archived by the owner on Jun 15, 2020. It is now read-only.

typeahead race condition #253

Description

@gilday

If you start typing in the typeahead too soon after loading the page, you get errors that you cannot recover from without refreshing and trying again.

Uncaught TypeError: Cannot read property 'search' of undefined
    at c.i.length.i.typeahead.source (opendocs.49215c98af7f1381.js:1)
    at c.update (typeahead.jquery.min.4b525e49c674b812.js:7)
    at c (typeahead.jquery.min.4b525e49c674b812.js:7)
    at c.d (typeahead.jquery.min.4b525e49c674b812.js:7)
    at Function.each (jquery.min.js:2)
    at Object.each (typeahead.jquery.min.4b525e49c674b812.js:7)
    at a.update (typeahead.jquery.min.4b525e49c674b812.js:7)
    at c._onQueryChanged (typeahead.jquery.min.4b525e49c674b812.js:7)
    at typeahead.jquery.min.4b525e49c674b812.js:7
    at String.d (typeahead.jquery.min.4b525e49c674b812.js:7)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions