Opened 13 years ago
Closed 13 years ago
#6288 closed defect (fixed)
[patch][ccla] test_cylinders fails in IE7
Reported by: | haysmark | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Charting | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
See: http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/charting/tests/test_cylinders.html
test_cylinders is supposed to be an example of 3D chart rendering. In IE7, the graph does not appear for me. The console says the renderer is VML and has 4 lines about some conservative draws. The DOM has graphing tags like oval and fill so the graph is being generated, but I don't see any of it.
test_chart2d works just fine for me so it's not like my VML is broken.
Attachments (1)
Change History (5)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Changed 13 years ago by
Attachment: | objects.diff added |
---|
comment:3 Changed 13 years ago by
Summary: | test_cylinders fails in IE7 → [patch][ccla] test_cylinders fails in IE7 |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
[patch][ccla] from Nicola Rizzo - nicola (at) exmachina.ch
My employer just sent the CCLA.
In IE7 the viewport was 1px wide. Not sure if it's the best place to put this.
Regards,