diff options
Diffstat (limited to 'docs/browser-bugs.html')
| -rw-r--r-- | docs/browser-bugs.html | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index 5cbbea15c..aacd0947f 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> @@ -42,10 +48,10 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." <td><a href="https://github.com/twbs/bootstrap/issues/10690">#10690</a></td> </tr> <tr> - <td>Firefox <strong>≤27</strong></td> - <td><code>position: relative;</code> doesn't work inside tables</td> - <td><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=63895">Mozilla bug #63895</a></td> - <td><a href="https://github.com/twbs/bootstrap/issues/12467">#12467</a></td> + <td>Firefox</td> + <td>Java applets that are descendants of elements with forced hardware acceleration using <code>translate3d(0,0,0)</code> are invisible on Windows</td> + <td><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1048279">Mozilla bug #1048279</a></td> + <td><a href="https://github.com/twbs/bootstrap/issues/14124">#14124</a></td> </tr> <tr> <td>Chrome</td> @@ -55,12 +61,6 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." </tr> <tr> <td>Chrome</td> - <td>Navbar rendering problem on Windows after several clicks</td> - <td><a href="https://code.google.com/p/chromium/issues/detail?id=272750">Chromium issue #272750</a>, <a href="https://bugs.webkit.org/show_bug.cgi?id=119793">WebKit bug #119793</a></td> - <td><a href="https://github.com/twbs/bootstrap/issues/9226">#9226</a></td> - </tr> - <tr> - <td>Chrome</td> <td><code>display: table;</code> within <code>display: block;</code> forces sibling content to new line</td> <td><a href="https://code.google.com/p/chromium/issues/detail?id=309483">Chromium issue #309483</a></td> <td><a href="https://github.com/twbs/bootstrap/issues/9950">#9950</a></td> @@ -96,6 +96,12 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." <td><a href="https://github.com/twbs/bootstrap/issues/12548">#12548</a></td> </tr> <tr> + <td>Chrome</td> + <td><code><input type="password"></code> sporadically causes bad widths on floated elements</td> + <td><a href="https://code.google.com/p/chromium/issues/detail?id=377346">Chrome issue #377346</a></td> + <td><a href="https://github.com/twbs/bootstrap/issues/13892">#13892</a></td> + </tr> + <tr> <td>Safari</td> <td>Insufficient CSS percentage precision</td> <td>(No public bug tracker)</td> |
