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

Don't fatal with weird event.relatedTarget #4017

Merged
merged 1 commit into from
Jun 2, 2015

Conversation

spalger
Copy link
Contributor

@spalger spalger commented May 28, 2015

Closes #3981

Rather than use d3's mouseleave event, which has a bug in the latest versions of IE, use jQuery's. This also removes the stopPropogation() calls that were added in a8297f2 (but weren't really doing anything) and were preventing the mouseout events from properly getting to the svg.

@panda01
Copy link
Contributor

panda01 commented Jun 2, 2015

LGTM!

@panda01
Copy link
Contributor

panda01 commented Jun 2, 2015

Holding off merge until problems with Travis and master are fixed.

panda01 added a commit that referenced this pull request Jun 2, 2015
Don't fatal with weird event.relatedTarget
@panda01 panda01 merged commit f6cc2ef into elastic:master Jun 2, 2015
@rashidkpc rashidkpc mentioned this pull request Jun 2, 2015
@spalger spalger deleted the fix/3981/d3FatalMouseleave branch June 12, 2015 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IE: Fatal Error (compareDocumentPosition) when mousing from svg node to visible scrollbar
3 participants