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