Opened 10 years ago
Closed 10 years ago
#12309 closed defect (fixed)
[patch][ccla] test_widget2.html is failing on IE
Reported by: | cjolif | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Charting | Version: | 1.6.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
test_widget2.html is failing on IE (7, 8) when trying to coerce the empty title of an axis ("") during the axis div parsing. This is because title property default value is null in optionalParams instead of "" leading IE to crash when trying to interept the string.
This is preventing using Chart widget on IE. This happens on 1.6b2 as well.
Attachments (1)
Change History (5)
Changed 10 years ago by
Attachment: | ieaxis.patch added |
---|
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Component: | General → Charting |
---|---|
Owner: | changed from anonymous to Eugene Lazutkin |
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|---|
Status: | new → assigned |
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
forgot to set charting as component...