#5058 closed bug (fixed)
Dialog missing position:absolute in 1.8pre
Reported by: | StevenBlack | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | ui.dialog | Version: | 1.8a2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Easy: Invoke the latest dist/jquery-ui-1.8pre/demos/dialog/default.html
Observe: the dialog instantiates at the bottom of the page.
Expected: as per spec, and as per 1.72, the dialog should instantiate in the center.
Investigating this, the FireBug delta between 1.72 and 1.8pre is a missing position:absolute in the element.style.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Fixed in r3623.