paypal-js
paypal-js copied to clipboard
[Bug] Paypal Modals hidden behind <dialog> modals
Library used
Using the React library, but this exists with all implementations.
🐞 Describe the Bug
Using a PayPal button to pay, when clicking to open the popup window, paypal shows a modal that essentially disables the website while the work in being done in the popup:
This modal is injected into the body and has a z-index of 2147483647 but that does not go higher than CSS top-layer, on things like a <dialog> element shown with .showModal().
In my case - I have a checkout using a <dialog> element, and the paypal UI renders underneath it.
Stripe is also suffering from the same issue
The fix is to move Paypal modal to a native
Sorry, just deleted my comment and opened another issue. I think its another problem.
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!
Not stale. Still very much an issue
Having the same issue
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!
Still an issue
I am also having this problem
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information.
Still an issue