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

Issue 994: Change guard against closing the Select when in a multisel… #995

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jmckinney88
Copy link

…ect with close-on-select(false) to prevent failing to close when mixing interaction between keyboard and mouse.

Changes are proposed to fix the issue detailed in Issue 994

Jonathan McKinney added 4 commits June 4, 2015 16:26
…ect with close-on-select(false) to prevent failing to close when mixing interaction between keyboard and mouse.
// The model should be updated so that selected items may be removed, however
// this should be done after the onDocumentClick handler has run so that the
// item's list item is still in the DOM.
$timeout(function () {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems fragile - why is this necessary?

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.

2 participants