Opened 14 years ago
Closed 14 years ago
#3490 closed defect (fixed)
Parsing bug
Reported by: | guest | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | [email protected]…, [email protected]… | |
Blocked By: | Blocking: |
Description
When: widgetsInTemplate = true, after it gets to that widget, the parser stops looking for dojoAttachPoints
Workaround: dijit.TemplatedWidget?.js, line 122:
For line: if(this.widgetsInTemplate && getAttrFunc(baseNode,'dojoType')){
comment out "return;"
This allows the parser to continue
Change History (2)
comment:1 Changed 14 years ago by
Component: | Parser → Dijit |
---|---|
Owner: | changed from bill to liucougar |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
already fixed in trunk:
http://trac.dojotoolkit.org/browser/dijit/trunk/_Templated.js#L125