Skip to main content

Search and Top Navigation

#7728 closed bug (worksforme)

Opened September 19, 2011 04:13PM UTC

Closed September 19, 2011 08:57PM UTC

Opening a few dialogs and closing one of them causes the remaining to move partially offscreen.

Reported by: sajeed.mohamed Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.dialog Version: 1.8.16
Keywords: Cc:
Blocked by: Blocking:
Description

jQuery UI version: 1.8.16

jQuery version: 1.4.2

Browsers tested: Firefox 6.0.2

OS: Mac OS X 10.6.8

Steps to reproduce:

Open a few dialogs.

Close any of the dialogs except the last one opened.

You should see that the remaining dialogs are repositioned.

I would expect that the remain stay where they are.

The problems is cause by the relative positioning of the dialogs. When you close one of the dialogs, this affects the relative positioning of some of the dialogs causing them to move.

Older versions of jQuery UI positioned the dialogs absolutely and there were no problems.

Attachments (0)
Change History (1)

Changed September 19, 2011 08:57PM UTC by scottgonzalez comment:1

resolution: → worksforme
status: newclosed

Dialog positioning hasn't changed. Please provide a reduced test case if you continue having problems.