This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
MDCCheckbox, inconsistent behavior on IE #1503
Comments
Looks like a bug! Thanks for filing. |
Turns out, it's a well-known behavior of IE, very good explained in this StackOverflow answer: The question is if MDCCheckbox should unify this behavior across the browsers (i.e to force IE to behave like any other browser) or if it should be left up to app developers. |
It would be great if we have the behavior unified out of the box. |
We don't plan to unify this behavior since it seems to be a specific implementation decision by the browser. Closing as working as intended. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What MDC-Web Version are you using?
0.23.0
What browser(s) is this bug affecting?
Internet Explorer 11, Edge
What OS are you using?
Windows 10
What are the steps to reproduce the bug?
Toggle indeterminate
What is the expected behavior?
In Chrome and Firefox, the checkbox will be unchecked at this point.
What is the actual behavior?
In Internet Explorer, it's checked.
The text was updated successfully, but these errors were encountered: