Skip to main content

Bug Tracker

Side navigation

#1856 closed bug (duplicate)

Opened October 29, 2007 08:17PM UTC

Closed December 08, 2007 11:40AM UTC

dialog - can not create multiple dialogs

Reported by: ThrushAAX Owned by: rworth
Priority: undecided Milestone: 1.2.2
Component: ui Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

http://dev.jquery.com/view/trunk/plugins/ui/demos/ui.dialog.html

steps to reproduce error:

1. open/close dialog 1

1. open/close dialog 2

1. reopen dialog 1 (instead opens dialog 2)

possible solution; line 12 of ui.dialog.js should be

   new $.ui.dialogInit(this, o);
Attachments (0)
Change History (2)

Changed November 05, 2007 03:38PM UTC by paul comment:1

owner: → rworth

Changed December 08, 2007 11:40AM UTC by rworth comment:2

resolution: → duplicate
status: newclosed

This was fixed by #2008 in rev4075. Closing as duplicate.