Opened 12 years ago
Closed 5 years ago
#9064 closed enhancement (patchwelcome)
dojox chart2 in <div> with % height in IE 7/8 doesn't work
Reported by: | NiallM | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | low | Milestone: | 1.13 |
Component: | Charting | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojox chart2 in <div> with % height in IE 7/8 doesn't work
using a %height in a div tag for
chart.render
blows up
this happens in IE 7/8 but not in FF
- work around is to set the height in pixel size
i.e.
for chart.render
<div id="simplechart" style="width: 50%; height: 350px;"></div>
/
will work but
/
<div id="simplechart" style="width: 50%; height: 70%;"></div>
/
won't work in IE and will blow up on chart.render()
Change History (3)
comment:1 Changed 12 years ago by
Component: | Dojox → Charting |
---|---|
Owner: | changed from Adam Peller to Eugene Lazutkin |
comment:2 Changed 11 years ago by
Milestone: | tbd → future |
---|---|
Status: | new → assigned |
Type: | defect → enhancement |
comment:3 Changed 5 years ago by
Milestone: | future → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
Given that no one has shown interest in creating a patch in the past 5+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
Only values in pixels are supported for now.