#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
Milestone: | 1.next → 1.8 |
---|---|
Priority: | major → critical |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
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 follow-up: 5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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 Changed 14 years ago by
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.
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...