Opened 12 years ago
Closed 12 years ago
#8255 closed defect (fixed)
Re-render of DTL template fails on IE
Reported by: | Eugene Lazutkin | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dojox | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Subsequent re-renders of the same template fail on IE, but works on other browsers. Neil was able to pinpoint the problem to the cut'n'paste error --- an excessive destruction of unused HTML fragments. The fix requires to remove one line of code from dojox/dtl/render/html.js.
Note: See
TracTickets for help on using
tickets.
Fixed in [16038].