Opened 7 years ago
Closed 7 years ago
#17850 closed defect (fixed)
Fix #16911 breaks Charting using canvas
Reported by: | kbenjamin | Owned by: | cjolif |
---|---|---|---|
Priority: | blocker | Milestone: | 1.10 |
Component: | Charting | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojox/charting/Element throws an error since the patch for #16911, at least when using canvas.
message: "Object #<Object> has no method 'setAttribute'" stack: "TypeError?: Object #<Object> has no method 'setAttribute' at declare.cleanGroup (http://.../dojox/charting/Element.js:114:26)
This is the offending line:
this.group.rawNode.setAttribute(key, this.renderingOptions[key]);
Under canvas, rawNode has no setAttribute method.
Change History (4)
comment:1 Changed 7 years ago by
Owner: | set to cjolif |
---|---|
Status: | new → assigned |
comment:2 Changed 7 years ago by
Version: | 1.9.3 |
---|
comment:3 Changed 7 years ago by
Milestone: | tbd → 1.10 |
---|---|
Priority: | undecided → blocker |
comment:4 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Assigning to cjolif preliminarily since he closed #16911.