]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Document IE8 font-face weirdness 13866/head
authorBas Bosman <github@nazgul.nu>
Thu, 19 Jun 2014 09:26:55 +0000 (11:26 +0200)
committerBas Bosman <github@nazgul.nu>
Thu, 19 Jun 2014 14:07:18 +0000 (16:07 +0200)
docs/_includes/getting-started/browser-device-support.html
docs/_includes/nav/getting-started.html

index 1a12364407d126898b8733de7f8b42ef4eaf6a7b..4140a9c22b12ab4e688382380748ec0a4672b269 100644 (file)
   <h3 id="support-ie8-box-sizing">Internet Explorer 8 and box-sizing</h3>
   <p>IE8 does not fully support <code>box-sizing: border-box;</code> when combined with <code>min-width</code>, <code>max-width</code>, <code>min-height</code>, or <code>max-height</code>. For that reason, as of v3.0.1, we no longer use <code>max-width</code> on <code>.container</code>s.</p>
 
+  <h3 id="support-ie8-font-face">Internet Explorer 8 and @font-face</h3>
+  <p>IE8 has some issues with <code>@font-face</code> when combined with <code>:before</code>. Bootstrap uses that combination with its Glyphicons. If a page is cached, and loaded without the mouse over the window (i.e. hit the refresh button or load something in an iframe) then the page gets rendered before the font loads. Hovering over the page (body) will show some of the icons and hovering over the remaining icons will show those as well. <a href="https://github.com/twbs/bootstrap/issues/13863">See issue #13863</a> for details.</p>
+
   <h3 id="support-ie-compatibility-modes">IE Compatibility modes</h3>
   <p>Bootstrap is not supported in the old Internet Explorer compatibility modes. To be sure you're using the latest rendering mode for IE, consider including the appropriate <code>&lt;meta&gt;</code> tag in your pages:</p>
 {% highlight html %}
index fae906920ef0f666dfdcc62dbd4c63fc9db39c54..54927c22ae21ba15c315c693092ef7e869cde208 100644 (file)
@@ -44,6 +44,7 @@
     <li><a href="#support-ie8-ie9">Internet Explorer 8-9</a></li>
     <li><a href="#support-ie8-respondjs">IE8 and Respond.js</a></li>
     <li><a href="#support-ie8-box-sizing">IE8 and box-sizing</a></li>
+    <li><a href="#support-ie8-font-face">IE8 and @font-face</a></li>
     <li><a href="#support-ie-compatibility-modes">IE Compatibility modes</a></li>
     <li><a href="#support-ie10-width">IE10 and Windows (Phone) 8</a></li>
     <li><a href="#support-safari-percentages">Safari percent rounding</a></li>