From 8288cc9c0582b2433110911fe902b6c4c386e43c Mon Sep 17 00:00:00 2001 From: Chris Rebert <code@rebertia.com> Date: Thu, 24 Jul 2014 12:22:22 -0700 Subject: [PATCH] Remove #9226 from Wall of Browser Bugs Per https://code.google.com/p/chromium/issues/detail?id=272750 and https://github.com/twbs/bootstrap/issues/9226#issuecomment-49873472 --- docs/browser-bugs.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index a7c4a6ba71..16ba244b5f 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -59,12 +59,6 @@ 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=337668">Chromium issue #337668</a></td> <td><a href="https://github.com/twbs/bootstrap/issues/8350">#8350</a>, <a href="https://github.com/necolas/normalize.css/issues/283">Normalize #283</a></td> </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> -- GitLab