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

splitting string with original regex in ie11 fails #271

Closed
wants to merge 1 commit into from

Conversation

slamidtfyn
Copy link

The original implementation of the split regex causes the classname in IE11 to be splitted for every letter.

Example:
classArray("test") returns ['t','e','s','t',] instead of ['test']

@Fil
Copy link
Member

Fil commented Dec 16, 2020

Related d3/d3-dispatch#18

Note that d3-selection has dropped support for older browsers including IE, see https://github.com/d3/d3-selection/releases/tag/v2.0.0

@Fil Fil closed this Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants