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

Popover with backdrop causes successive popovers not to close. #263

Open
vanboom opened this issue Jan 27, 2018 · 0 comments
Open

Popover with backdrop causes successive popovers not to close. #263

vanboom opened this issue Jan 27, 2018 · 0 comments

Comments

@vanboom
Copy link

vanboom commented Jan 27, 2018

Steps to reproduce the issue:

  1. create a backdrop popover and a regular popover
  2. click the backdrop popover and then close it by clicking outside the area
  3. click the regular popover and then try to close it by clicking outside the popover area

The flag _isBodyEventHandled is not getting cleared, causing the body events for the other popovers not to be handled.

Set _isBodyEventHandled = false around line 328 inside the show method to fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant