Opened 6 years ago
Last modified 6 years ago
#15214 new bug
Unwanted additional space above menu item containing icon
Reported by: | mobstef | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.menu | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Just go to http://jqueryui.com/menu/ using Google Chrome (59.0.3071.115) or Opera (46.0.2597.32) and see unwanted space above "Electronics" and "Music". Same problem is visible on http://jqueryui.com/menu/#icons.
There is a possibility this is a new bug in WebKit.
There is no problem in Firefox (54.0) and IE (11.0).
Change History (2)
comment:1 Changed 6 years ago by
comment:2 Changed 6 years ago by
try this, courtesy of Adam Ball
.ui-menu li.ui-menu-item{ display:inherit; }
Note: See
TracTickets for help on using
tickets.
Also affects Vivaldi 1.10
This affects menu items with sub-menus even if you set the icons to none because all that does is disable the image, the icon object is still there.
There is no way to fix this by hacking the css.