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
I've got a problem when adding a media query that changes font-size of an element from vw to em, when using IE 9+.
It keeps calculating conversion between them of the previous value (vw in this case), so the newer one (em) doesn't work properly...
You just need to access JS Fiddle with IE and resize the iframe to see what happens.
To facilitate debugging, it's changing color between blue and red when media query changes...
So, to understand the problem, when the font color is red, the font-size is in em and don't changes with window resize... But, when it is blue, it follows the resizing.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I've got a problem when adding a media query that changes font-size of an element from vw to em, when using IE 9+.
It keeps calculating conversion between them of the previous value (vw in this case), so the newer one (em) doesn't work properly...
I've created an example that reproduces the problem...
http://jsfiddle.net/celio_latorraca/ekvbycdx/6/
You just need to access JS Fiddle with IE and resize the iframe to see what happens.
To facilitate debugging, it's changing color between blue and red when media query changes...
So, to understand the problem, when the font color is red, the font-size is in em and don't changes with window resize... But, when it is blue, it follows the resizing.
Thanks!
The text was updated successfully, but these errors were encountered: