diff --git a/browser-bugs/index.html b/browser-bugs/index.html index 3a51946539..251a8b425d 100644 --- a/browser-bugs/index.html +++ b/browser-bugs/index.html @@ -53,7 +53,7 @@ - + Toggle navigation @@ -64,19 +64,19 @@ - Getting started + Getting started - CSS + CSS - Components + Components - JavaScript + JavaScript - Customize + Customize @@ -119,6 +119,18 @@ + + Internet Explorer 11 + Hovered element still remains in :hover state after scrolling away + IE bug #926665 + #14211 + + + Internet Explorer 11 + When hovering over a <select> menu item, the cursor for the element underneath the menu is displayed + IE bug #963961 + #14528 + Firefox .table-bordered with an empty <tbody> is missing borders @@ -138,10 +150,22 @@ #10690 - Firefox <31 - position: relative; doesn't work inside tables - Mozilla bug #63895 - #12467 + Firefox + Java applets that are descendants of elements with forced hardware acceleration using translate3d(0,0,0) are invisible on Windows + Mozilla bug #1048279 + #14124 + + + Firefox + Button elements with width: 100% become cropped in long tables. + Mozilla bug #1060131 + #14320 + + + Firefox + If the disabled state of a form control is changed via JavaScript, the normal state doesn't return after refreshing the page. + Mozilla bug #654072 + #793 Chrome @@ -149,12 +173,6 @@ Chromium issue #337668 #8350, Normalize #283 - - Chrome - Navbar rendering problem on Windows after several clicks - Chromium issue #272750, WebKit bug #119793 - #9226 - Chrome display: table; within display: block; forces sibling content to new line @@ -192,10 +210,10 @@ #12548 - Safari - Insufficient CSS percentage precision - (No public bug tracker) - #9282 + Chrome + <input type="password"> sporadically causes bad widths on floated elements + Chrome issue #377346 + #13892 Safari @@ -247,7 +265,7 @@ Designed and built with all the love in the world by @mdo and @fat. - Maintained by the core team with the help of our contributors. + Maintained by the core team with the help of our contributors. Code licensed under MIT, documentation under CC BY 3.0. Currently v3.2.0 @@ -264,7 +282,7 @@ · Blog · - Issues + Issues · Releases
:hover
<select>
.table-bordered
<tbody>
position: relative;
translate3d(0,0,0)
width: 100%
display: table;
display: block;
<input type="password">
Designed and built with all the love in the world by @mdo and @fat.
Maintained by the core team with the help of our contributors.
Code licensed under MIT, documentation under CC BY 3.0.