Skip to main content

Search and Top Navigation

#15322 new bug ()

Opened November 30, 2018 04:36PM UTC

Last modified November 30, 2018 04:36PM UTC

Menu : submenus position problem with long text

Reported by: tcharlss Owned by:
Priority: minor Milestone: none
Component: ui.menu Version: 1.12.1
Keywords: Cc:
Blocked by: Blocking:
Description

jQuery UI v1.12.1 + jQuery v3.2.1

When the submenu entries texts are too long, the submenu is not positionned correctly.

Strangely, after a few attempts (always the same number), it is correctly positionned.

The menu is set up without any options :

$( function() {
	$( ".menu" ).menu();
});

Here is an example demonstrating the problem :

https://jsfiddle.net/tcharlss/ucr5bo7L/6/

Attachments (0)
Change History (0)