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

[Bug]: sandbox subscription window doesn't close when there is a popup window in FireFox that is behind it #16

Open
accountuse opened this issue Oct 20, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@accountuse
Copy link

accountuse commented Oct 20, 2023

Contact Details

[email protected]

Describe the Issue

When I click Agree & Subscribe in the PayPal checkout window (2 on screenshot), a popup window with an OK button (1 on screenshot) appears behind it (but it is not visible until I move away from the PayPal window).

Steps To Reproduce

see below

What type of Operating System are you seeing the problem on?

No response

What type of browser are you seeing the problem on?

No response

Screenshots or Videos

image
image

Code to produce this issue.

No response

@accountuse accountuse added the bug Something isn't working label Oct 20, 2023
@cnallam
Copy link
Contributor

cnallam commented Oct 27, 2023

@accountuse Based on the screenshot, it looks like using alert() in the onApprove() callback. Should not do this since alert() blocks/pauses JS execution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants