Opened 10 years ago
Closed 10 years ago
#9123 closed bug (notabug)
Menu widget position option behavior not consistent with position utility method
Reported by: | spordin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.menu | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://jsfiddle.net/jgreen/K6QSd/2/
related stackoverflow: http://stackoverflow.com/questions/14765128/jquery-ui-menu-not-positioning-correctly
The jsfiddle shows the menu not respecting the position option. However if changed to using the position utility method, the same position parameters are respected and the correct behavior is observed.
Note: See
TracTickets for help on using
tickets.
As stated in the documentation, the
position
option "Identifies the position of submenus in relation to the associated parent menu item." The position of the top level menu is not controlled by the widget.