On my note 3 that is a sliver about a cm wide. Pressing there does nothing when the search panel and keyboard is open. The other two menu panels do close when I press there.
The x is a more reliable a way to x out of the panels, intuitive and universally understood.
this appears to be related to the fact that 10 notifications are listed but the length of each notification is unpredictable, and weâre all on different sized screens. Iâve found that if a few notifications are very long and go over to 3 or 4 lines it ends up creating this extra pagination, and (worse) also hiding the âview older notificationsâŚâ and now the log out button at bottom.
The answer seems to be to show fewer notifications - maybe this could be an admin setting? Or perhaps limiting the length of each notification to x chars followed by ... ?
You can do the same on desktop by clicking the icons twice without moving the mouse. Iâd say it not a bug, itâs simply where the focus is at that point in time.
Really? From here it seems like they only highlight on hover, and as soon as the mouse leaves itâs un-highlighted. On mobile you can scroll around, zoom⌠until you tap somewhere it stays highlighted.
Agree that the focus is why itâs still highlighted, but once the menu is closed it should un-focus on its own.
Itâs only happening with the new logout button. If you turn that off, the scroll bar goes away, no matter the notification length. Guessing itâs a single line of CSS, if I can find itâŚ
EDIT: thanks @cpradio, Iâm using your fix from here:
The padding on the logout link causes it, you can remove that, but then the alignment is off. Either way, this will eventually occur as any plugin that makes use of the outlet there will cause this behavior.
Keep in mind that wonât guarantee you donât get a scrollbar. You may still get one if any of the notifications wrap to three lines, and youâll definitely get it when 2 or more wrap to three lines.
Edit:
It may be wiser to alter the panel-body height
Ah okay, so it doesnât work if the vertical screen/window size is smaller than that of the menu. That makes sense then, so much for that quick âfixâ.
No worries, Iâve been trying to play with it a bit more to see if there are any other ways, but in all honesty the slight scrollbar doesnât bother me too much. Though I think a slight height adjustment would solve most scenarios and the time that more than one 3 line notification comes around, scrolling is definitely okay.
Actually, the menu doesnât work with the new logout button on short windows. Even with the scrollbar you canât reach the bottom of the menu to click âlog outâ.
Agreed, itâs easy to get way too fixated on this stuff. Your simple padding fix above works well in my usage, even for the 3-line edge case above.
Not sure who should be looking at this, but yep, smaller screen sizes where the notifications may be long make it impossible to scroll to the bottom of the menu