Opened 14 years ago

Closed 14 years ago

#5084 closed bug (fixed)

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

Change History (2)

comment:1 Changed 14 years ago by rdworth

Priority: majorblocker

comment:2 Changed 14 years ago by Scott González

Resolution: fixed
Status: newclosed

Fixed in r3738.

Note: See TracTickets for help on using tickets.