c3js / c3js/c3

IE9 mouse eventing issues

Open
#820 3 comments 0 reactions 0 assignees View on GitHub
C-bug
Dominant language
JavaScript
Stars
9.3k
Forks
1.4k
Avg merge
6d 16h
Merged PRs (30d)
1

Description

I've created a jsfiddle to demonstrate the issue at:
[http://jsfiddle.net/0fL37xem/6/](http://jsfiddle.net/0fL37xem/6/)

Notice that the tooltip is out of alignment and the click handler never fires for the graph on the right.

IE9 is having issues detecting mouse locations. It looks like the result from d3.mouse(svgElement) is returning bad x/y values.
After a little digging it looks like this might be related to a 2-year-old [D3 issue](https://github.com/mbostock/d3/issues/668) ?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.