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

fix for #875, properly working tab in firefox #898

Closed
wants to merge 1 commit into from

Conversation

piebe
Copy link

@piebe piebe commented Apr 30, 2015

This fixes #875. Tab in firefox was not working properly because in some cases the

    tag in the select2 theme gets the focus. Explicitly putting tabindex="-1" on the tag fixes the bug.
    I do not understand how it is possible that
      gets the focus anyhow, thus with this fix I might have missed the underlying cause.

@wesleycho wesleycho closed this in 4e9ab7e Apr 6, 2016
fcaballero pushed a commit to fcaballero/ui-select that referenced this pull request Apr 17, 2016
- Explicitly disallow focusing of list, mainly fixes behavior in Firefox

Closes angular-ui#898
fcaballero pushed a commit to fcaballero/ui-select that referenced this pull request Apr 25, 2016
- Explicitly disallow focusing of list, mainly fixes behavior in Firefox

Closes angular-ui#898
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tab not working properly in firefox
2 participants