-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Event does not fire when the component is in a browser popup #381
Comments
What is |
Sorry, I meant the window.open() api |
What does the dev tools information for that window tell you? (errors, warnings, etc?) |
It doesn't say anything, no warnings, no errors. I hope it helps |
Hi @axelmy318, Did you manage to solve or bypass the issue? Thank you in advance. |
Hey, I ended up creating a full width full height div in the popup, that is rendered below the element I went to listen for outside click on. |
Hi,
I'm using the window.api() to open a new browser popup in which there is a component with an onClickOustideHandler. However the event does not fire.
The same component works well if I use it in the main browser window.
Do you have a workaround of fix for this ?
The text was updated successfully, but these errors were encountered: