#12439 closed defect (fixed)
[patch][ccla] charts might fail to draw on IE in a BorderContainer when some internal sizes are negative
Reported by: | cjolif | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Charting | Version: | 1.6.0 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
At parsing time when a Chart widget is in a BorderContainer? the size of the chart widget minus its offsets might be negative. This is creating issues on IE due to VML that will crash on negative values.
This patch is making sure the size passed to VML is always positive.
The test case is attached.
Attachments (2)
Change History (6)
Changed 10 years ago by
Attachment: | iewidgetsize.patch added |
---|
comment:1 Changed 10 years ago by
This also hit Android/Canvas? with error: INDEX_SIZE_ERR: Dom Exception 1
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [24512]) fixes #12439 charts might fail to draw on IE in a BorderContainer? when some internal sizes are negative !strict
comment:4 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
patch