From 39f8bbac37cc6d53a5804d24105e8d5670c5ec3d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 5 Mar 2014 21:47:30 -0800 Subject: add docs page listing relevant outstanding browser bugs --- docs/browser-bugs.html | 113 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 docs/browser-bugs.html (limited to 'docs/browser-bugs.html') diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html new file mode 100644 index 000000000..3ab08a78a --- /dev/null +++ b/docs/browser-bugs.html @@ -0,0 +1,113 @@ +--- +layout: default +title: Wall of browser bugs +slug: browser-bugs +lead: "A list of the browser bugs that Bootstrap is currently grappling with." +--- + + +
+

Browser bugs

+ +

In order to deliver a consistent and usable cross-browser experience, Bootstrap currently has to work around several outstanding bugs in major browsers. And in some cases, we are completely unable to work around certain bugs, and must instead either document them for the benefit of our users or accept a degraded experience. We publicly list browser bugs that are impacting us here, in the hopes of expediting the process of fixing them. For information on Bootstrap's browser compatibility, see our browser compatibility docs.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Browser(s)Summary of bugUpstream bug(s)Downstream issue(s)
FirefoxAllow use of line-height for <input>Mozilla bug #697451Bootstrap issue #2985
FirefoxUnusual default form control styles on AndroidClosed Mozilla bug #900871, Open Mozilla bug #763671Bootstrap issue #8702
Firefoxmax-width: 100%; doesn't work inside tablesMozilla bug #975632Bootstrap issue #10690
Chrome(More investigation needed…)None yetBootstrap issue #1969
ChromeWeird button behavior with some number inputsChromium issue #337668Bootstrap issue #8350, Normalize.css issue #283
ChromeNavbar rendering problem on Windows after several clicksChromium issue #272750, WebKit bug #119793Bootstrap bug #9226
Chromedisplay: table; within display: block; forces sibling content to new lineChromium issue #309483Bootstrap issue #9950
ChromeUnwanted vertical lines when printing styled <select>s on OS XChromium issue #282918Bootstrap issue #11245
Chromeinline-block element collapses white-space on WindowsChromium issue #329574Bootstrap issue #11885
ChromeIncorrect viewport size used for media queries when printingChromium issue #273306Bootstrap issue #12078
Chrome & SafariOS X scrollbar clipped in select[multiple] with paddingChromium issue #342208, WebKit bug #128489Bootstrap issue #12536
Chromedisplay: table-cell; width: 100%; doesn't work correctly on date inputChromium issue #346051Bootstrap issue #12548
SafariInsufficient CSS percentage precision(No public bug tracker)Bootstrap issue #9282
SafariJustified nav rendering bug(No public bug tracker)Bootstrap issue #9774
+
+ +
-- cgit v1.2.3 From 0d0cbb87ee1791eec550be8d8a75909bc46b2ed4 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 7 Mar 2014 11:08:05 -0800 Subject: rm #1969 from browser bugs list per outcome of investigation --- 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 3ab08a78a..9b27d118b 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -40,12 +40,6 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." Mozilla bug #975632 Bootstrap issue #10690 - - Chrome - (More investigation needed…) - None yet - Bootstrap issue #1969 - Chrome Weird button behavior with some number inputs -- cgit v1.2.3 From 54b35d00a49afa94584aa871f20f9bfddf602722 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Mar 2014 20:53:16 -0800 Subject: document position relative firefox bug; cleanup some stuff in the browser bugs page --- docs/browser-bugs.html | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) (limited to 'docs/browser-bugs.html') diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index 9b27d118b..66be73f49 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -9,16 +9,17 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with."

Browser bugs

-

In order to deliver a consistent and usable cross-browser experience, Bootstrap currently has to work around several outstanding bugs in major browsers. And in some cases, we are completely unable to work around certain bugs, and must instead either document them for the benefit of our users or accept a degraded experience. We publicly list browser bugs that are impacting us here, in the hopes of expediting the process of fixing them. For information on Bootstrap's browser compatibility, see our browser compatibility docs.

+

Bootstrap currently works around several outstanding browser bugs in major browsers to deliver the best cross-browser experience possible. Some bugs, like those listed below, cannot be solved by us.

+

We publicly list browser bugs that are impacting us here, in the hopes of expediting the process of fixing them. For information on Bootstrap's browser compatibility, see our browser compatibility docs.

- +
- + @@ -26,79 +27,85 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." - + - + - + + + + + + + - + - + - + - + - + - + - + - + - + - +
Browser(s) Summary of bug Upstream bug(s)Downstream issue(s)Bootstrap issue(s)
Firefox Allow use of line-height for <input> Mozilla bug #697451Bootstrap issue #2985#2985
Firefox Unusual default form control styles on Android Closed Mozilla bug #900871, Open Mozilla bug #763671Bootstrap issue #8702#8702
Firefox max-width: 100%; doesn't work inside tables Mozilla bug #975632Bootstrap issue #10690#10690
Firefox ≤27position: relative; doesn't work inside tablesMozilla bug #63895#12467
Chrome Weird button behavior with some number inputs Chromium issue #337668Bootstrap issue #8350, Normalize.css issue #283#8350, Normalize #283
Chrome Navbar rendering problem on Windows after several clicks Chromium issue #272750, WebKit bug #119793Bootstrap bug #9226#9226
Chrome display: table; within display: block; forces sibling content to new line Chromium issue #309483Bootstrap issue #9950#9950
Chrome Unwanted vertical lines when printing styled <select>s on OS X Chromium issue #282918Bootstrap issue #11245#11245
Chrome inline-block element collapses white-space on Windows Chromium issue #329574Bootstrap issue #11885#11885
Chrome Incorrect viewport size used for media queries when printing Chromium issue #273306Bootstrap issue #12078#12078
Chrome & Safari OS X scrollbar clipped in select[multiple] with padding Chromium issue #342208, WebKit bug #128489Bootstrap issue #12536#12536
Chrome display: table-cell; width: 100%; doesn't work correctly on date input Chromium issue #346051Bootstrap issue #12548#12548
Safari Insufficient CSS percentage precision (No public bug tracker)Bootstrap issue #9282#9282
Safari Justified nav rendering bug (No public bug tracker)Bootstrap issue #9774#9774
-- cgit v1.2.3 From 9920251ca8f1923de41679da829dc56f703063cb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 9 Mar 2014 14:17:18 -0700 Subject: Document #12476 bug in the wall of bugs --- 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 66be73f49..c4635177f 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -107,6 +107,12 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." (No public bug tracker) #9774 + + Internet Explorer 8 + Buttons in justified button groups have no borders unless each button is wrapped in an extra button group + (No public bug tracker) + #12476 +
-- cgit v1.2.3 From 15d44940387f716ec5d2efee12bc9d9a7530ae56 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 9 Mar 2014 15:32:36 -0700 Subject: Moves IE8 justified button border mention to docs section, not the browser bugs page /cc @cvrebert --- 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 c4635177f..66be73f49 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -107,12 +107,6 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." (No public bug tracker) #9774 - - Internet Explorer 8 - Buttons in justified button groups have no borders unless each button is wrapped in an extra button group - (No public bug tracker) - #12476 -
-- cgit v1.2.3