Ticket #1291 (closed defect: fixed)

Opened 2 years ago

Last modified 18 months ago

xdomain loading fails to intern templates that use dojo.uri.nsUri()

Reported by: jburke Owned by: jburke
Priority: normal Milestone:
Component: General Version: 0.3
Severity: normal Keywords:
Cc:

Description

The build process python script is not looking for dojo.uri.nsUri() for widget templatePath and templateCssPath interning. To get it to work, consider doing: - parse the x.profile.js file for dependency prefixes. - Use those module/path mappings to help parse the dojo.uri.nsUri() usages.

Talk to Bryan Forbes for Python code to parse x.profile.js files.

Change History

Changed 2 years ago by jburke

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

(In [6180]) Fixes #1291. Now moduleUri template paths can be interned into custom built dojo.js. I also updated the external_widget_example_foo.zip file to have it use moduleUris for a CSS and HTML template, so I could test.

Changed 18 months ago by anonymous

  • milestone deleted

Milestone 0.4 deleted

Note: See TracTickets for help on using tickets.