-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[MdField] don't function correctly in IE11 #1603
Comments
And beta-8 ? |
The issue is the use of the The following patch to
I see that |
@Samuell1 I haven't tried beta-8. I was using the release at I just tried beta-8. It still uses |
@BigBadaboom Thanks for testing! Yes, versioning is broken with |
I found we once fixed this but maybe we missed this #1365 |
@Samuell1 #1365 is only for element, not for events. |
Input fields in IE11 don't seem to get styled properly. If you click away from the field (blur) after typing a few characters, The label enlarges back again and the field value is hidden.
The cause seems to be that, unlike other browsers, the field doesn't get the
md-has-value
class when the field has a value. It is:instead of
When inspecting in IE11, I get an exception in the MdInput code, which I presume is the cause:
Using beta-7
The text was updated successfully, but these errors were encountered: