In some cases more than one Toast message instance might appear - and while the top toast works as intended, the overlapped one is undismissible which suggests that it has inactive or unassigned onClick() event listener. Possible issue with EJS templating system, could be also a specific browser's issue with interpreting newer CSS classes and properties. So far affects only logged-in users.
Confirmed cases:
- contact form send action
- profile/note update (irregular)
In some cases more than one Toast message instance might appear - and while the top toast works as intended, the overlapped one is undismissible which suggests that it has inactive or unassigned
onClick()event listener. Possible issue with EJS templating system, could be also a specific browser's issue with interpreting newer CSS classes and properties. So far affects only logged-in users.Confirmed cases: