Joker
Joker

Reputation: 1

highstock display tooltip wrong in iframe

I am showing my page which contains highstock in iframe. The tooltip can't display correctly,it always away from mouse pointer. but if the page accessed directly without iframe the tooltip display correctly. This error happens only in IE8. In chrome/IE9+ it works well. Could you please suggest a solution for this.

You can see my test page at http://61.234.191.188:18181/TestWeb/test.html

Upvotes: 0

Views: 252

Answers (1)

Torstein Hønsi
Torstein Hønsi

Reputation: 2197

It is the same issue as jQuery's ticket #12343, which they marked can't fix since there is no way of detecting when it applies and not. The best workaround I suppose is to make sure your application runs in Standards mode, which will also cause the Highcharts charts to run in SVG which is multitudes faster.

Upvotes: 1

Related Questions