-
Notifications
You must be signed in to change notification settings - Fork 110
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
Opening Modals in the new window #80
Comments
react-new-window is using To get your new window to be the parent of another modal(portal) you may need to use the same technique. |
I am also facing same issue? |
I have tried using portals but no success. |
I would love to help if someone can provide a reproducible scenario with the issue. |
Hello! any luck with this issue? My popups are showing in the parent window, not in the new one. Thanks in advance. |
Do you have an example in https://codesandbox.io/ or something similar that shows the issue? |
I would love to address this issue. If someone can't provide an example, can someone let me know which library are you using for modals. |
Having the same issue and tried to put a Codesandbox together but got the error "Blocked a frame with origin "https://new.csb.app" from accessing a cross-origin frame" when I tried to open the NewWindow. I'm using React Bootstrap modals. |
same here , it has something to do with the |
I am facing an issue when working with modal in my components. When the child components (which have been opened in a new child window) have a modal, it opens in the Parent window rather than in the new window itself.
Any idea what might be the solution for this?
The text was updated successfully, but these errors were encountered: