#14701 closed defect (fixed)
Menu: Cascading menu is not top aligned the previous menu.
Reported by: | siqi | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7.2 |
Component: | Dijit | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The issue can be found in dijit/tests/test_Menu.html. In Dojo 1.6 a cascading menu is top aligned the previous menu. In Dojo 1.7, it seems middle aligned.
Attachments (2)
Change History (10)
Changed 9 years ago by
Attachment: | dojo_1_7_Menu.png added |
---|
Changed 9 years ago by
Attachment: | dojo_1_7_Menu.2.png added |
---|
Submenu is top aligned the previous menu
comment:1 Changed 9 years ago by
Owner: | set to Douglas Hays |
---|---|
Status: | new → assigned |
Summary: | Cascading menu is not top aligned the previous menu. → Menu: Cascading menu is not top aligned the previous menu. |
See also http://thread.gmane.org/gmane.comp.web.dojo.user/60722.
Doug - this is fallout from [24439], and has had a number of complaints (ie, this ticket plus the thread I listed above). Can you switch Menu back to use the top alignment?
No one has complained about Tooltip so I'll assume the vertical centering there is an improvement.
comment:2 Changed 9 years ago by
Milestone: | tbd → 1.7.2 |
---|
comment:3 Changed 9 years ago by
Owner: | changed from Douglas Hays to bill |
---|
Menu worked OK until [24482].
comment:4 Changed 9 years ago by
Yes, it's a combination of those two changes, although [24439] is the one that changed the definition (i.e. the behavior) of "before" and "after".
Anyway, I'll revert "before" and "after" to function as they originally did, and make new "before-centered" and "after-centered" settings for the new behavior.
Submenu is middle aligned the previous menu