#501 closed defect (fixed)
dojo + xslt + firefox is badly b0rken
Reported by: | dylan | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Trying to include dojo from source with client-side xslt is broken. By looking at the DOM inspector, it looks like Dojo is replacing the document with 3 script tags, for bootstrap1.js, hostenv_browser.js, and boostrap2.js. I'll check in a testcase in a moment.
Change History (5)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Added this ticket to list to be looked at in refactorings mentioned here http://dojo.jot.com/WikiHome/WidgetRefactoring .
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
the example in the testcase has been updated with a workaround. It's not possible to use the normal shim bootstrap process with XSLT. Use either manual bootstrap file inclusion or a build dojo.js.
comment:4 Changed 14 years ago by
manual boostrap file inclusion means use 3 script tags, for bootstrap1.js, hostenv_browser.js, and boostrap2.js (those file names are different now I think). We'll get this into the dojo book.
r3238, dojo/tests/test_dojo.xml