-
Notifications
You must be signed in to change notification settings - Fork 23
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
ui: session - dropdown/menu opened in header are not closed when user is logged out #1570
Comments
…layContainer when navigating to the SessionExpired state ISSUES CLOSED: NationalBankBelgium#1570
…layContainer when navigating to the SessionExpired state ISSUES CLOSED: NationalBankBelgium#1570
…layContainer when navigating to the SessionExpired state ISSUES CLOSED: NationalBankBelgium#1570
…layContainer when navigating to the SessionExpired state ISSUES CLOSED: NationalBankBelgium#1570
After investigating the issue, it turns out the cause of the problem is that any Angular Material element that creates an overlay, such as the Therefore, when the view is destroyed by the router when navigating to the So, the solution would be then to destroy such |
…layContainer when navigating to an 'exit' state ISSUES CLOSED: NationalBankBelgium#1570
…layContainer when navigating to an 'exit' state ISSUES CLOSED: NationalBankBelgium#1570
…layContainer when navigating to an 'exit' state ISSUES CLOSED: NationalBankBelgium#1570
I'm submitting a...
Current behavior
When the session is closed by the StarkSession service, it redirects to the session-logout page.
Unfortunately, if the user opened the language selector before being logged out, it stays opened.
Expected behavior
The dropdown should be closed when the user is redirected to the session-logout page.
Minimal reproduction of the problem with instructions
Open the language-selector and wait until you are logged out automatically.
What is the motivation / use case for changing the behavior?
Bug fixing.
Environment
The text was updated successfully, but these errors were encountered: