Ticket #501 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

dojo + xslt + firefox is badly b0rken

Reported by: dylan Owned by: anonymous
Priority: normal Milestone:
Component: General Version: 0.2
Severity: normal Keywords:
Cc:

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

Changed 3 years ago by dylan

r3238, dojo/tests/test_dojo.xml

Changed 3 years ago by jkuhnert@…

Added this ticket to list to be looked at in refactorings mentioned here http://dojo.jot.com/WikiHome/WidgetRefactoring .

Changed 3 years ago by alex

  • status changed from new to closed
  • resolution set to fixed

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.

Changed 3 years ago by dylan

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.

Changed 2 years ago by anonymous

  • milestone deleted

Milestone 0.3release deleted

Note: See TracTickets for help on using tickets.