Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

mdSidenav: Blurry content in IE #6007

Closed
chougaard opened this issue Dec 1, 2015 · 6 comments
Closed

mdSidenav: Blurry content in IE #6007

chougaard opened this issue Dec 1, 2015 · 6 comments
Assignees
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

@chougaard
Copy link

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.

@chougaard chougaard changed the title mdSidenav and mdDialog are blurry in IE mdSidenav: Blurry content in IE Dec 1, 2015
@EladBezalel EladBezalel added this to the 1.0.4 milestone Jan 9, 2016
@ThomasBurleson ThomasBurleson added i18n: bi-directional This issue is related to internationalization and right to left languages P1: urgent Urgent issues that should be addressed in the next minor or patch release. and removed i18n: bi-directional This issue is related to internationalization and right to left languages labels Jan 15, 2016
@ThomasBurleson ThomasBurleson modified the milestones: 1.0.4, Backlog Jan 15, 2016
@ThomasBurleson ThomasBurleson modified the milestones: Backlog, Deprecated Apr 20, 2016
@Splaktar Splaktar added the browser: IE This issue is specific to Internet Explorer label Apr 27, 2016
@ThomasBurleson
Copy link
Contributor

This issue is closed as part of our deprecation effort.
For details, see our post Spring Cleaning 2016.

@Splaktar
Copy link
Member

Splaktar commented May 1, 2016

Fix for this is in sidenav.scss:

.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 Splaktar assigned Splaktar and unassigned EladBezalel May 1, 2016
@ThomasBurleson ThomasBurleson added the has: Pull Request A PR has been created to address this issue label May 2, 2016
@ThomasBurleson ThomasBurleson modified the milestones: 1.1.0, Deprecated May 2, 2016
@ThomasBurleson ThomasBurleson reopened this May 2, 2016
@ThomasBurleson
Copy link
Contributor

@Splaktar - thx for the alert and the PR.

@Splaktar
Copy link
Member

Splaktar commented May 2, 2016

@ThomasBurleson no problem :)

I think the same fixes that apply to the md-sidenav-right also apply to the md-sidenav-left, but so far I've only been able to reproduce the blurry md-sidenav-left in my app and not in a CodePen (after plenty of effort) or the demos.

@jftsaraiva
Copy link

I have the same problem with md-sidenav-left, should open another issue or should do a PR for this issue?

@Splaktar
Copy link
Member

@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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants