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
{{ message }}
This repository was archived by the owner on Jul 28, 2018. It is now read-only.
When I include a stylesheet in the tag of my document and link to it via Turbolinks, the media queries get rendered without restriction in IE. I've found that resizing the browser triggers the media queries to render properly. Perhaps, issuing a page resize on page load for IE would fix this problem?
The text was updated successfully, but these errors were encountered:
We've also been encountering this in ie11. A full page refresh works fine, but if the page is shown with
turbolinks, the media queries activate, even if they don't match the current screen size. I tried triggering resize with $(window).trigger('resize') but that didn't fix anything. I have to physically change the browser dimensions to get it to update.
Edit: To reproduce, just have a style tag within your page's body that has media query rules, and then load the page through turbolinks.
When I include a stylesheet in the tag of my document and link to it via Turbolinks, the media queries get rendered without restriction in IE. I've found that resizing the browser triggers the media queries to render properly. Perhaps, issuing a page resize on page load for IE would fix this problem?
The text was updated successfully, but these errors were encountered: