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

IE: Fatal Error (compareDocumentPosition) when mousing from svg node to visible scrollbar #3981

Closed
BigFunger opened this issue May 26, 2015 · 4 comments · Fixed by #4017
Closed
Assignees
Labels
blocker bug Fixes for quality problems that affect the customer experience PR sent v4.1.0

Comments

@BigFunger
Copy link
Contributor

Error in IE (found in ie 11)
Recreate by mousing from a displayed svg node into a visible scroll bar.
The error is coming from the d3 library.

See gif below.
svg scrollbar

@BigFunger BigFunger added bug Fixes for quality problems that affect the customer experience blocker v4.1.0 labels May 26, 2015
@w33ble w33ble self-assigned this May 26, 2015
@w33ble
Copy link
Contributor

w33ble commented May 27, 2015

@BigFunger I'm not able to reproduce this with the build or from dev. Can you start fresh and get it to happen again and let me know what you did?

@spalger
Copy link
Contributor

spalger commented May 27, 2015

Looks like "Object doesn't support property or method x" is internet explorers way of saying "property x of Object is undefined buddy"

I am able to reproduce this, but I'm quite interested in how you discovered it @BigFunger. 🍝

@spalger spalger assigned spalger and unassigned w33ble May 27, 2015
@w33ble
Copy link
Contributor

w33ble commented May 28, 2015

Apparently, I wasn't able to reproduce this because it's not a problem in Windows 7 (IE11), only 8 and 10. This looks to be a d3 problem though, @spalger is filing an issue.

@spalger
Copy link
Contributor

spalger commented May 28, 2015

Filed d3/d3#2454 which may or may not get patched. In the mean time, we can reimplement our own "mouseleave" event for browsers that don't support it and bypass the bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker bug Fixes for quality problems that affect the customer experience PR sent v4.1.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants