-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
After a user clicks to log in, a popup window is created for email verification. However, once the email is verified and the user is expected to return to the popup, the window does not come to the forefront as intended, even after invoking popupWindow.focus()
. Additionally, popupWindow
is logged as null
in the useEffect
hook, suggesting that the window reference is lost.
Steps to Reproduce
- Enter your email and click on the 'Login' button to trigger the popup window.
- Navigate away from the popup window to check email for verification.
- Verify the email.
- Expect the popup window to come into focus automatically.
code:
Line 56 in aab4109
if (popupWindow) { |
Line 114 in aab4109
setPopupWindow(newWindow); |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers