Message bar is only invisible after dismissing but still usable #1608
Labels
type: bug
Something isn't working
Workflow: Issue created
JIRA issue is created and will be analyzed
Prerequisites
What happened?
We implemented the error message bar with the button to dimiss it. But it happens, that it is invisible, but if you keep clicking on the spot, where the dismiss button is, it appears again and again for a short time after getting invisible again.
I also looked in the chrome dev tools and it seems, that only the opacity of the message bar is set to 0%. But dismiss would mean for me, that the message bar is removed from the dom, or the bar is not set to opacity 0% so the developer sees, that it is NOT away and you have to implement the event yourself.
What type of frontend framework are you seeing the problem on?
Angular
Which version of iX do you use?
v2.5.0
Code to produce this issue.
The text was updated successfully, but these errors were encountered: