Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Popup] - Multiple dropdown in popup #3887

Closed
bulikos opened this issue Mar 30, 2016 · 2 comments
Closed

[Popup] - Multiple dropdown in popup #3887

bulikos opened this issue Mar 30, 2016 · 2 comments
Milestone

Comments

@bulikos
Copy link

bulikos commented Mar 30, 2016

Hello, i have found bug which is caused by using dropdown in popup.

Steps to Reproduce

  1. Open my JSFIDDLE
  2. Click on "Users" in menu
  3. Try delete some persons from dropdown using cross in label

Expected
Item from dropdown should be deleted and popup keep displayed

Result
Item from dropdown is deleted, but popup is hidden. When i want to delete more items i have to click on "Users" and show popup again and again.

Testcase
cross

https://jsfiddle.net/d8L58xay/6/

@jlukic
Copy link
Member

jlukic commented Apr 1, 2016

The issue was related to elements removed from DOM (like a dropdown label) would cause popup to think you clicked outside of popup (causing close).

@jlukic
Copy link
Member

jlukic commented May 15, 2016

This was never completely fixed in b155731, fixed in 50f5d8d

@jlukic jlukic closed this as completed May 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants