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
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