Search and Top Navigation
#5058 closed bug (fixed)
Opened January 13, 2010 04:04AM UTC
Closed January 13, 2010 01:34PM UTC
Last modified January 13, 2010 03:55PM UTC
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.
Fixed in r3623.