From c22ec79d3f823ee38ef8a6ff592369d2bb0ddf5b Mon Sep 17 00:00:00 2001 From: Chris Rebert <code@rebertia.com> Date: Wed, 23 Jul 2014 10:23:23 -0700 Subject: [PATCH] Add Wall of Browser Bugs entry for IE bug from issue #14211 [skip sauce] --- docs/browser-bugs.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index 0a52c4b160..a7c4a6ba71 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -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><tbody></code> is missing borders</td> -- GitLab