Opened 7 years ago
Closed 4 years ago
#16249 closed defect (patchwelcome)
Chart rendering VML issues in IE7 and IE8.
Reported by: | jtmille3 | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | DojoX GFX | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In vml.js I keep getting an exception on this line. this.rawNode is undefined.
var t = this.rawNode ? { width: g.normalizedLength(this.rawNode.style.width), height: g.normalizedLength(this.rawNode.style.height)} : null;
I've also seen this issue with dojo version 1.7.3+.
Attaching my own example.
Attachments (1)
Change History (3)
Changed 7 years ago by
Attachment: | dojo_test.jsp added |
---|
comment:1 Changed 7 years ago by
Component: | Dojox → DojoX GFX |
---|---|
Owner: | changed from Adam Peller to Eugene Lazutkin |
comment:2 Changed 4 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Given that no one has shown interest in creating a patch in the past 2+ years, I'm closing this as patchwelcome.