Ticket #7766 (closed defect: fixed)
dojox.dtl HtmlTemplated - widgetsInTemplate broken
| Reported by: | siliconerror | Owned by: | pottedmeat |
|---|---|---|---|
| Priority: | normal | Milestone: | tbd |
| Component: | Dojox | Version: | 1.2beta |
| Severity: | normal | Keywords: | |
| Cc: | rcoup |
Description
It seems that the htmlTemplated module is broken.
When I download the 1.2RC and run the test (dojox/dtl/demos/demo_HtmlTemplated.html) I get the same error I got when I was trying to build my own widget: 'token.contents is undefined'. The current nightly online is also broken: http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/dtl/demos/demo_HtmlTemplated.html
It seems to stop parsing when it encounters a dojoType attribute referring to a Dijit. The token variable contains the name of the Dijit (a string) and has no 'contents' property.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.