Design issue Notice Titles

Russ

Well-known member
It seems the notice titles show slightly inconsistent depending on # of notices compared to the # of dismissed.

My test notices setup:

2 regular block notices
1 floating notice

For the following screenshots, left side is logged in, right side is logged out.


First visit both titles show fine of course:

aMkcnZC.webp

Dismissing the second notice and refresh the page the title hides for logged in but not logged out

mKLzAjZ.webp

If you go into the ACP and disable one of the two block notices the title goes away for both logged in and logged out:

Screenshot_4.webp


Not a big deal but figured I'd report it.
 
Last edited:
Note that when you dismiss a notice via JS, the title doesn't disappear until you refresh the page. We don't have a concept of hiding this dynamically (as there are other changes involved). When you're a guest, the notices are effectively hidden like this; we don't (intentionally) change the HTML based on whether notices are dismissed.

As such, this is basically expected for technical reasons.
 
Top Bottom