-
Notifications
You must be signed in to change notification settings - Fork 811
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
Modal opened by using mouse right click was not closed even if I clicked ModalPortal. #590
Labels
Comments
Jongkeun
added a commit
to Jongkeun/react-modal
that referenced
this issue
Jan 9, 2018
…seOnOverlayClick is true. Associate reactjs#590
This is a very curious scenario. It is also reproducible on Safari (OS X). |
It is normal until version 2.3.3. |
Thanks. I'll check if something has changed on the handlers from |
Check the pull request. |
5 tasks
diasbruno
pushed a commit
that referenced
this issue
Jan 16, 2018
…seOnOverlayClick is true. Associate #590
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
React-modal is not closed at first click on Linux.
If Modal is opened by mouse right click like a contextmenu, the modal is closed by twice clicking.
A modal that I opened as mouse left click is normal.
And the strange situation is broken only on Linux.
Steps to reproduce:
Expected behavior:
I need to close it at once although I opened a modal using mouse right click.
Link to example of issue:
this is sample code
Additional notes:
Thank you for your project.
The text was updated successfully, but these errors were encountered: