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

develop: Notification popup displays home page instead of confirmation #8348

Closed
rekmarks opened this issue Apr 17, 2020 · 0 comments · Fixed by #8358
Closed

develop: Notification popup displays home page instead of confirmation #8348

rekmarks opened this issue Apr 17, 2020 · 0 comments · Fixed by #8358

Comments

@rekmarks
Copy link
Member

rekmarks commented Apr 17, 2020

When a new confirmation is added to an existing set of pending confirmations, the notification popup is re-focused (as it should be). However, sometimes the notification popup displays the Home page instead of the confirmation.

This could be caused by the popup remaining open after a confirmation was resolved. This seems like the most likely cause. This can happen when the user completes the confirmation in the popup (i.e., not notification UI) or fullscreen. The close hooks are on the buttons in the notification UI, not the disappearance of the confirmation.

It's possible there's some race condition here as well though, if a confirmation is resolving as the new one is added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant