-
Notifications
You must be signed in to change notification settings - Fork 862
Broken layout for IE9 #117
Comments
Can confirm the bug. In my case it looks like css isn't loaded at all, however app.css apperas in the page source. |
This issue might be related to this #114 , where app.css gets bloated due to a compile error when using libsass. Zurb have confirmed there will be an official patch released next week. |
Rolled back to Foundation 5.3.2 (temporary fix until the Foundation team provides an official patch to the libsass issue). Could you pull the latest commit and check if the IE9 layout issue is still valid? |
On 29/09/2014 18:12, Ole Fredrik Lie wrote:
|
Awesome! 👍 |
Not sure if this is the correct place to put this. I didn't realize Foundation axed support for SASS version 3.4. The rollback fixed the layout, but it broke again after another compile of sass using grunt watch. Turns out my version of SASS was 3.4.2. When I upgraded to SASS 3.4.5 and ran grunt build, the layout worked on IE9. |
The layout and look of the theme does not look right in Internet Explorer 9. It's easily seen when taking a look in IE9 at the Kitchen Sink page for FoundationPress versus the the Kitchen Sink page for Foundation. I'm not sure why the layout breaks for IE9. One specific issue that I know of is "show-for-small-only" class displays on large and medium screens.
The text was updated successfully, but these errors were encountered: