diff options
| author | Chris Rebert <[email protected]> | 2014-07-23 18:02:58 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-23 18:02:58 -0700 |
| commit | 912c4bcbe4174e4753c61b148a7f51f0c95f610d (patch) | |
| tree | 9eb07ac64358fb3ab3b89f05565cee131f08dd2a /docs | |
| parent | c0eddc1fe30794f9de615acb364f09af36c83155 (diff) | |
| parent | c22ec79d3f823ee38ef8a6ff592369d2bb0ddf5b (diff) | |
| download | bootstrap-912c4bcbe4174e4753c61b148a7f51f0c95f610d.tar.xz bootstrap-912c4bcbe4174e4753c61b148a7f51f0c95f610d.zip | |
Merge pull request #14225 from twbs/issue-14211
Add Wall of Browser Bugs entry for IE bug from issue #14211
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/browser-bugs.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index 0a52c4b16..a7c4a6ba7 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -24,6 +24,12 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." </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> <td><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1023761">Mozilla bug #1023761</a></td> |
