This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
mdSidenav: Blurry content in IE #6007
Labels
browser: IE
This issue is specific to Internet Explorer
has: Pull Request
A PR has been created to address this issue
P1: urgent
Urgent issues that should be addressed in the next minor or patch release.
resolution: fixed
Milestone
Comments
This issue is closed as part of our deprecation effort. |
Fix for this is in .md-sidenav-right {
left: 100%;
top: 0;
transform: translate(-100%, 0);
&._md-closed {
transform: translate(0%, 0);
}
} Reference: 689a34d |
Splaktar
added a commit
to Splaktar/material
that referenced
this issue
May 1, 2016
Use `translate` instead of `translate3d` for better IE11 support Same was previously done for `md-dialog` here: angular@689a34d Fixes angular#6007.
@Splaktar - thx for the alert and the PR. |
@ThomasBurleson no problem :) I think the same fixes that apply to the |
I have the same problem with md-sidenav-left, should open another issue or should do a PR for this issue? |
@jftsaraiva open another issue with a demo that shows the issue in the left sidenav please. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
browser: IE
This issue is specific to Internet Explorer
has: Pull Request
A PR has been created to address this issue
P1: urgent
Urgent issues that should be addressed in the next minor or patch release.
resolution: fixed
The same goes for mdDialog.
This is clear clear on the demo page when using the sidenav and the dialogs.
Sidenav:
When opening the sidenav from the right, the content is blurry.
https://material.angularjs.org/latest/demo/sidenav
mdDialog:
This would be related to this issue #4544
#4544
This is also visible when using the demo for mdDialog on material.angularjs.org.
The text was updated successfully, but these errors were encountered: