You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: