Skip to main content

Search and Top Navigation

#4375 closed bug (fixed)

Opened March 20, 2009 09:54AM UTC

Closed July 11, 2009 02:00PM UTC

Last modified July 11, 2009 02:01PM UTC

Load demo twice on dialog demo pages.

Reported by: Cloudream Owned by:
Priority: critical Milestone: 1.8
Component: [meta] ui.demos Version: 1.7
Keywords: Cc:
Blocked by: Blocking:
Attachments (0)
Change History (5)

Changed June 09, 2009 12:23AM UTC by scottgonzalez comment:1

milestone: 1.next1.8
priority: majorcritical

Changed June 19, 2009 08:30AM UTC by antonello.pasella@gmail.com comment:2

The first modal is executed by the page itself @ line 236.

The second is due by the right menu. /js/demo.js line 78 function loadHash() load the second modal

Maybe we could delete the line 236 and modify the loadHash to load "Default functionality" if the hash is null...

Changed July 09, 2009 03:51PM UTC by jzaefferer comment:3

Happens only on jqueryui.com, not on the standalone demo page: http://jquery-ui.googlecode.com/svn/trunk/demos/index.html#dialog|modal-confirmation

Changed July 11, 2009 02:00PM UTC by jzaefferer comment:4

resolution: → fixed
status: newclosed

Commited a workaround in #2916, removing the default dialog on each other dialog demo page, as well as using different IDs on those pages.

Changed July 11, 2009 02:01PM UTC by jzaefferer comment:5

Replying to [comment:4 joern.zaefferer]:

Commited a workaround in #2916, removing the default dialog on each other dialog demo page, as well as using different IDs on those pages.

Commited in r2916.