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