You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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?
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.
The text was updated successfully, but these errors were encountered: