Notification panel is not closing after action. #5055
Replies: 3 comments
-
|
I also expect the notification panel to be closed when I click an action. Did you find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Same problem here. The user navigate to the page but has to manually close the panel |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This has been fixed in one of the latest Nova versions and the notifications panel now automatically closes. But the clicked notification does still show as "not read". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Detailed steps to reproduce the issue on a fresh Nova installation:
So, the issue is about: The notification is fired. The bell is getting the red dot. Clicking on the bell opens notifications panel. We see notification/s. In the notification are a message and an action link. And... clicking the action button takes us to the resource the notification was created because, but notification panel is still open. We have to click outside of the panel to close the panel. It should not be like that :-) The panel should be closed automatically in the same moment we are clicking action button.
Added: And also, if button action is clicked, it is probably clear sign, that this notification is read, so, automatically this notification should be marked as read.
My sample code:
Beta Was this translation helpful? Give feedback.
All reactions