diff options
| author | Mark Otto <[email protected]> | 2014-09-04 16:48:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-04 16:48:27 -0700 |
| commit | 411a8408a2b0d00c85218ea41e2e099692293ede (patch) | |
| tree | 909e0cd8a99c59bed57f3d08859599112c21d765 /docs | |
| parent | af5f2213f066159e4bc51c627c4a853fec6ddc0f (diff) | |
| parent | c4a8d7617732911570e7d257788e9def6df50823 (diff) | |
| download | bootstrap-411a8408a2b0d00c85218ea41e2e099692293ede.tar.xz bootstrap-411a8408a2b0d00c85218ea41e2e099692293ede.zip | |
Merge pull request #14531 from twbs/doc-14528
add entry for #14528 to Wall of Browser Bugs
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 fe670e187..a6e1c0ea8 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -30,6 +30,12 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." <td><a href="https://github.com/twbs/bootstrap/issues/14211">#14211</a></td> </tr> <tr> + <td>Internet Explorer 11</td> + <td>When hovering over a <code><select></code> menu item, the cursor for the element underneath the menu is displayed</td> + <td><a href="https://connect.microsoft.com/IE/feedbackdetail/view/963961">IE bug #963961</a></td> + <td><a href="https://github.com/twbs/bootstrap/issues/14528">#14528</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> |
