[Bug] Need emtpy space at the bottom of the menu #461
Labels
No labels
blocked
bug
duplicate
enhancement
FR accepted
help wanted
invalid
need discussion
next release
not reproduced
PR requested
question
reproduced
WFB
WIP
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
deblan/side_menu#461
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Environment
Configuration
Steps to reproduce
The issue isn’t strictly a bug, but a problem caused by modern browser UI design: since it has become fashionable to strip all window decoractions (title bars, status bars, etc). and dynamically overlay them onto windows, we now have the problem, that as the mouse hovers over a link, the link destination is overlayed at the bottom left corner of the window, such as to be able to verify the actual link destination before clicking on the link, as a means to combat link fraud.
Observed Results
The last row of the menu is esentially invisible, because the link status is overlaid
Expected Results
Add at the bottom of all the menu items the equivalent of one empty menu item, such that if one scrolls all the way down, the last menu item is clear of the link overlay.
More informations
No response
Firefox move the overview on the right. Moving the mouse out of the menu allows you to see all items of the menu without the link overview.