Skip to main content

Search and Top Navigation

#15214 new bug ()

Opened July 03, 2017 10:18AM UTC

Last modified August 15, 2017 10:01AM UTC

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

Attachments (0)
Change History (2)

Changed July 10, 2017 06:18PM UTC by tachyx comment:1

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.

Changed August 15, 2017 10:01AM UTC by mark-james-icd comment:2

try this, courtesy of Adam Ball

.ui-menu li.ui-menu-item{
	display:inherit;
}