diff options
| author | Julian Thilo <[email protected]> | 2014-08-04 17:15:06 +0200 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-08-04 18:46:27 +0200 |
| commit | f7acc1c77c88179cb35366c8f2dd0d20283e3049 (patch) | |
| tree | e0ab232bce4cd1f512dccbd200221b492b193464 | |
| parent | 77b0dc69ebefb8c3ddb1b25a0bd51ef53c0d0e9b (diff) | |
| download | bootstrap-f7acc1c77c88179cb35366c8f2dd0d20283e3049.tar.xz bootstrap-f7acc1c77c88179cb35366c8f2dd0d20283e3049.zip | |
Add Wall of Browser Bugs entry for #14124
[skip sauce]
| -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 80fe7390e..aacd0947f 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -48,6 +48,12 @@ 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</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> <td>Weird button behavior with some number <code><input></code>s</td> <td><a href="https://code.google.com/p/chromium/issues/detail?id=337668">Chromium issue #337668</a></td> |
