diff options
| author | Mark Otto <[email protected]> | 2014-08-04 15:09:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-04 15:09:23 -0700 |
| commit | 724240fe4f2cba653cec0aad217dd133aaa9e051 (patch) | |
| tree | 48e8ee949ec664305e252c983f121d28d5d5bc5d /docs/browser-bugs.md | |
| parent | 9e92b74aa3a3d5807d3201ac4ea1778ea120274f (diff) | |
| parent | 9096c2002123a6dafdf0c3d9df5d069c968d738e (diff) | |
| download | bootstrap-724240fe4f2cba653cec0aad217dd133aaa9e051.tar.xz bootstrap-724240fe4f2cba653cec0aad217dd133aaa9e051.zip | |
Merge branch 'master' into derp
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/_includes/customizer-variables.html
docs/_includes/js/overview.html
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/browser-bugs.html
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
less/carousel.less
Diffstat (limited to 'docs/browser-bugs.md')
| -rw-r--r-- | docs/browser-bugs.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/browser-bugs.md b/docs/browser-bugs.md index cdaeb7a0c..bfce64ef9 100644 --- a/docs/browser-bugs.md +++ b/docs/browser-bugs.md @@ -37,6 +37,12 @@ We publicly list browser bugs that are impacting us here, in the hopes of expedi <td><a href="{{ site.bug.github }}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="{{ site.bug.chrome }}337668">Chromium issue #337668</a></td> |
