Ticket #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 |
| Blocking: | Blocked by: |
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
Note: See
TracTickets for help on using
tickets.

