From 5fb1c065eb30b1987fa67452b9970c2e4284e75d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 25 Jun 2014 18:04:49 -0700 Subject: Mozilla bug says the fix targeted v31 --- docs/browser-bugs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/browser-bugs.html') diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index 5cbbea15c..25f7d3b10 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -42,7 +42,7 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." #10690 - Firefox ≤27 + Firefox <31 position: relative; doesn't work inside tables Mozilla bug #63895 #12467 -- cgit v1.2.3 From a14f6222a699f8dc4d4557f27c188ee51e35aca1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Jul 2014 17:17:18 -0700 Subject: Add Wall of Browser Bugs entry for #13892 Closes #13892. [skip sauce] --- docs/browser-bugs.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/browser-bugs.html') diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index 25f7d3b10..0a52c4b16 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." Chromium issue #346051 #12548 + + Chrome + <input type="password"> sporadically causes bad widths on floated elements + Chrome issue #377346 + #13892 + Safari Insufficient CSS percentage precision -- cgit v1.2.3 From c22ec79d3f823ee38ef8a6ff592369d2bb0ddf5b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 23 Jul 2014 10:23:23 -0700 Subject: Add Wall of Browser Bugs entry for IE bug from issue #14211 [skip sauce] --- docs/browser-bugs.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/browser-bugs.html') diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index 0a52c4b16..a7c4a6ba7 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -23,6 +23,12 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." + + Internet Explorer 11 + Hovered element still remains in :hover state after scrolling away + IE bug #926665 + #14211 + Firefox .table-bordered with an empty <tbody> is missing borders -- cgit v1.2.3 From 8288cc9c0582b2433110911fe902b6c4c386e43c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 24 Jul 2014 12:22:22 -0700 Subject: 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(-) (limited to 'docs/browser-bugs.html') diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index a7c4a6ba7..16ba244b5 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." 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 -- cgit v1.2.3 From 557d3e527cbbff5994b5ec48e11ec318aac4a776 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 1 Aug 2014 15:04:28 -0700 Subject: Firefox 31 has been released, so rm pre-v31 browser bug entry --- docs/browser-bugs.html | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/browser-bugs.html') diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index 16ba244b5..80fe7390e 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -47,12 +47,6 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." Mozilla bug #975632 #10690 - - Firefox <31 - position: relative; doesn't work inside tables - Mozilla bug #63895 - #12467 - Chrome Weird button behavior with some number <input>s -- cgit v1.2.3 From f7acc1c77c88179cb35366c8f2dd0d20283e3049 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Mon, 4 Aug 2014 17:15:06 +0200 Subject: Add Wall of Browser Bugs entry for #14124 [skip sauce] --- docs/browser-bugs.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/browser-bugs.html') 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 @@ -47,6 +47,12 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." Mozilla bug #975632 #10690 + + 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 + Chrome Weird button behavior with some number <input>s -- cgit v1.2.3