]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add Wall of Browser Bugs entry for IE bug from issue #14211 14225/head
authorChris Rebert <code@rebertia.com>
Wed, 23 Jul 2014 17:23:23 +0000 (10:23 -0700)
committerChris Rebert <code@rebertia.com>
Wed, 23 Jul 2014 17:24:23 +0000 (10:24 -0700)
[skip sauce]

docs/browser-bugs.html

index 0a52c4b160f620ca84c6b283deae76afe44a0f35..a7c4a6ba71e6fc26c68da592052493aa263ea4e5 100644 (file)
@@ -23,6 +23,12 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with."
         </tr>
       </thead>
       <tbody>
+        <tr>
+          <td>Internet Explorer 11</td>
+          <td>Hovered element still remains in <code>:hover</code> state after scrolling away</td>
+          <td><a href="https://connect.microsoft.com/IE/feedback/details/926665/ie-11-hovering-over-an-element-and-then-scrolling-without-moving-the-mouse-pointer-leaves-the-element-in-hover-state">IE bug #926665</a></td>
+          <td><a href="https://github.com/twbs/bootstrap/issues/14211">#14211</a></td>
+        </tr>
         <tr>
           <td>Firefox</td>
           <td><code>.table-bordered</code> with an empty <code>&lt;tbody&gt;</code> is missing borders</td>