#3149 closed defect (fixed)
in themeTester.html, menus from buttons show up in the wrong place
Reported by: | alex | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | alex | |
Blocked By: | Blocking: |
Description
Steps to reproduce:
- go to dijit/themes/themeTester.html
- click on the "Buttons" tab
- open one of the drop-down button menus (say, from "Edit" button)
The menu appears inside the tab pane at an offset similar to the tab container's overall offset from the document body.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [8741]) For placeOnScreen(), attach the node to document.body(). Otherwise, the positioning will be off, and it also might get cutoff (if it's inside a div with overflow: hidden). Not sure if this is the best solution but leaving this way for now. Fixes #3149.