#15689 closed defect (fixed)
Tooltip: Spider chart, not working when redefined in IE8
Reported by: | zebulon303 | Owned by: | cjolif |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7.4 |
Component: | Charting | Version: | 1.7.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you try the example below, and do a mouse over the data point, it's working fine in FF and Chrome, but not in IE8. (Error: Invalid argument).
Change History (7)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Owner: | changed from Eugene Lazutkin to cjolif |
---|---|
Status: | new → assigned |
comment:3 Changed 7 years ago by
I would not necessarily recommend what you are doing as you are mixing regular charting tooltip whiles the spider chart has his own hardcoded tooltips mechanism (which is bad idea I agree). That said there is indeed a bug. It was fixed in trunk/1.8 not 1.7.x, I will fix it in 1.7.x as well.
comment:4 Changed 7 years ago by
Milestone: | tbd → 1.7.4 |
---|
comment:6 Changed 7 years ago by
This is fixing the spider chart IE8 tooltip issue. That said as I suspected mixing the regular charting tooltip with the spider chart will gives you other problems later down the road. I will see if I can do something but on that side as well even if that was not really meant to work.
http://jsfiddle.net/zebulon303/AbvJB/ (Use of 1.7.3)