Skip to main content

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.

Attachments (1)
  • 13-01-2010-10-39-59.jpg (85.0 KB) - added by StevenBlack January 13, 2010 03:54PM UTC.

    Screen shot with the latest.

Change History (2)

Changed January 13, 2010 01:34PM UTC by scottgonzalez comment:1

resolution: → fixed
status: newclosed

Fixed in r3623.

Changed January 13, 2010 03:55PM UTC by StevenBlack comment:2

Not fixed. See attached.

**--** Steve