Skip to content

Conversation

azurelogic
Copy link

One of my users discovered that if you hammer on an editable grid with dropdowns enough, you will occasionally end up with a dropdown left behind that should have been removed from the DOM. This fix makes sure that orphan dropdowns get cleaned up too.

After a quick look at your test suite, I could not come up with a good way to test for this bug, and they're not going to let me spend more time on this. I figured that the fix was still valuable though.

swalters added a commit that referenced this pull request Feb 23, 2016
Fix intermittent bug where dropdowns are not properly removed after editing.
@swalters swalters merged commit cf8cd2f into angular-ui:master Feb 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants