Skip to main content

Search and Top Navigation

#5084 closed bug (fixed)

Opened January 21, 2010 09:13AM UTC

Closed January 28, 2010 03:06AM UTC

2 dialogs pos false on close

Reported by: geki007 Owned by:
Priority: blocker Milestone: 1.8
Component: ui.dialog Version: 1.8b1
Keywords: dialog move close Cc: geki007
Blocked by: Blocking:
Description

Add a second dialog to the default dialog demo file:

$(function() {

$("#dialog").dialog();

$("#dialog2").dialog();

});

<div id="dialog" title="Basic dialog">

<p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>

</div>

<div id="dialog2" title="Basic dialog2">

<p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>

</div>

If you open the demo now move the dialog2 and then close the dialog(1) ... dialog2 will moved but shouldn't

i tested it in IE8 and FF3.6

Attachments (0)
Change History (2)

Changed January 22, 2010 09:56AM UTC by rdworth comment:1

priority: majorblocker

Changed January 28, 2010 03:06AM UTC by scottgonzalez comment:2

resolution: → fixed
status: newclosed

Fixed in r3738.