From a14f6222a699f8dc4d4557f27c188ee51e35aca1 Mon Sep 17 00:00:00 2001 From: Chris Rebert <code@rebertia.com> Date: Thu, 3 Jul 2014 17:17:18 -0700 Subject: [PATCH] Add Wall of Browser Bugs entry for #13892 Closes #13892. [skip sauce] --- docs/browser-bugs.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index 25f7d3b102..0a52c4b160 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -95,6 +95,12 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." <td><a href="https://code.google.com/p/chromium/issues/detail?id=346051">Chromium issue #346051</a></td> <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>