Ticket #3300 (new defect)
Dialog, Tooltip: problems because they are moved to document.body
| Reported by: | guest | Owned by: | bill |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4 |
| Component: | Dijit | Version: | 0.9 |
| Severity: | normal | Keywords: | dijit, dialog, widget, form, parent |
| Cc: | tk |
Description (last modified by bill) (diff)
Dialog Tooltip contents, and drop downs (popups) are moved from their original position in the DOM tree to be direct children of <body>, thus causing a problem if you want to have *part* of a form inside a dialog and the rest of the form outside. Also causes issues with styling, if the class=tundra tag is not on document.body but on a sub-node.
The reason we move them is that leaving a dialog attached to a sub-node has problems too... if the subnode is a div with limited size and overflow: hidden or overflow: auto, then the Dialog won't be able to display outside the div.
What to do?
Change History
Note: See
TracTickets for help on using
tickets.