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

Address ridiculous IE bug w/ dynamically changing data attributes #13

Open
alwaysblank opened this issue Jul 30, 2020 · 0 comments
Open
Milestone

Comments

@alwaysblank
Copy link
Collaborator

Short version: IE doesn't do a redraw when data- attributes change.
Long version: https://stackoverflow.com/questions/31588262/css-styling-via-data-attribute-is-not-working-properly-on-ie

Apparently you can get around this by using get/setAttribute(), which does(??) trigger a redraw. Hopefully I can just slip in a shim that uses that instead and we'll be golden.

@alwaysblank alwaysblank added this to the 2.0 milestone Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant