Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#4375 closed bug (fixed)

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:

Change History (5)

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

Milestone: 1.next1.8
Priority: majorcritical

comment:2 Changed 14 years ago by [email protected]

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...

comment:3 Changed 14 years ago by Jörn Zaefferer

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

comment:4 Changed 14 years ago by Jörn Zaefferer

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.

comment:5 in reply to:  4 Changed 14 years ago by Jörn Zaefferer

Replying to 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.

Note: See TracTickets for help on using tickets.