Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltips leave ghost outline in IE9 quirks mode #1742

Closed
derekho opened this issue Apr 18, 2013 · 3 comments
Closed

Tooltips leave ghost outline in IE9 quirks mode #1742

derekho opened this issue Apr 18, 2013 · 3 comments

Comments

@derekho
Copy link

derekho commented Apr 18, 2013

Mousing over multiple tooltips in IE9 quirks mode leaves ghost outlines of the previous tooltips.

http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/bar-stacked/

Note: you have to login, run the code, then use the draft mode to view the chart in IE9 quirks mode on jsfiddle.

@TorsteinHonsi
Copy link
Collaborator

Another demo: http://jsfiddle.net/highcharts/hELPn/1/ and http://jsfiddle.net/highcharts/hELPn/1/show .

For the records, this problem applies in IE8 as well, but only when the doctype is transitional. With strict doctypes, it does not appear. So it is independent of whether IE8 runs in standards or compat mode, but dependent of the doctype of the page.

Adding a screenshot from IE9 Compatibility mode and Quirks mode:
2013-07-02_1604

@TorsteinHonsi
Copy link
Collaborator

Workaround

The easiest and most reliable workaround is perhaps to use full HTML and CSS for the tooltip so that we fully avoid the VML rendering issues in IE.

See http://jsfiddle.net/highcharts/gbM2C/.

@cvasseng
Copy link
Contributor

Hi! We're doing a bit of spring cleaning, and closing old issues. If you're still experiencing issues with this, please feel free to open a new issue! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants