Skip to content
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

Temporary Drawer not working on IE11 #202

Closed
xrash opened this issue Jan 22, 2017 · 2 comments · Fixed by #274
Closed

Temporary Drawer not working on IE11 #202

xrash opened this issue Jan 22, 2017 · 2 comments · Fixed by #274
Assignees

Comments

@xrash
Copy link

xrash commented Jan 22, 2017

What MDC-Web Version are you using?

Tested on 0.2.0 and current master.

What browser(s) is this bug affecting?

IE11

What OS are you using?

Windows 10

What are the steps to reproduce the bug?

  1. Run the demo server
  2. Go to http://127.0.0.1:8080/drawer/temporary-drawer.html
  3. Observe the drawer should be hidden by default, but it is not

What is the expected behavior?

The temporary drawer should be hidden by default.

What is the actual behavior?

The temporary drawer is visible by default, and not even clickable. Not working at all.

Any other information you believe would be useful?

Only happening on IE11, it works on Edge. Unfortunately I don't have a Windows Phone to test on.

@traviskaufman
Copy link
Contributor

Verified. Seems like this is occurring because IE11 doesn't support calc() inside of transforms, which we use to achieve this functionality. We'll have to come up with a gracefully degraded version of the temp drawer functionality for this browser.

@sgomes
Copy link
Contributor

sgomes commented Jan 30, 2017

We may be able to set a transform with a value larger than 100%, if IE11 is smart enough to ignore the definition with calc and use the fallback. Will investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants