Opened 13 years ago
Closed 13 years ago
#5949 closed defect (fixed)
[patch][cla] dojox.dtl._HtmlTemplated
Reported by: | guest | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dojox | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Solve 2 problems:
var old = ddcd.widgetsInTemplate;
is set after
ddcd.widgetsInTemplate = this.widgetsInTemplate;
so
ddcd.widgetsInTemplate = old;
has no effect.
Patch change this order.
render method called from setTimeout receive a numeric argument that break its behavior.
Patch ensure no argument is passed.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | dtlFix.patch added |
---|
comment:1 Changed 13 years ago by
Owner: | changed from Adam Peller to Neil Roberts |
---|
comment:2 Changed 13 years ago by
Milestone: | → 1.1 |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Provided by Alessandro Ferrari