From 20349df3e7e7ea3199b4b0938f791b54f68e4106 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Jul 2014 01:43:26 -0700 Subject: [PATCH] markdownify browser bugs, add config vars for shorthand urls --- _config.yml | 6 ++ docs/_layouts/default.html | 3 + docs/browser-bugs.html | 120 ------------------------------------- docs/browser-bugs.md | 113 ++++++++++++++++++++++++++++++++++ 4 files changed, 122 insertions(+), 120 deletions(-) delete mode 100644 docs/browser-bugs.html create mode 100644 docs/browser-bugs.md diff --git a/_config.yml b/_config.yml index f301a3694b..0eedd53810 100644 --- a/_config.yml +++ b/_config.yml @@ -35,3 +35,9 @@ cdn: css_theme: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css js: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js jquery: //code.jquery.com/jquery-2.1.1.min.js + +bug: + firefox: https://bugzilla.mozilla.org/show_bug.cgi?id= + webkit: https://bugs.webkit.org/show_bug.cgi?id= + chrome: https://code.google.com/p/chromium/issues/detail?id= + github: https://github.com/twbs/bootstrap/issues/ diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 1ba456b725..b229943daf 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -31,6 +31,9 @@ {% elsif page.url contains "examples" %}

About

Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand.

+ {% elsif page.url contains "browser-bugs" %} +

Browser bugs

+

A list of the browser bugs that Bootstrap is currently grappling with.

{% endif %} {% include ads.html %} diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html deleted file mode 100644 index 0a52c4b160..0000000000 --- a/docs/browser-bugs.html +++ /dev/null @@ -1,120 +0,0 @@ ---- -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

- -

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.

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Browser(s)Summary of bugUpstream bug(s)Bootstrap issue(s)
Firefox.table-bordered with an empty <tbody> is missing bordersMozilla bug #1023761#13453
FirefoxUnusual default form control styles on AndroidClosed Mozilla bug #900871, Open Mozilla bug #763671#8702
Firefoxmax-width: 100%; doesn't work inside tablesMozilla bug #975632#10690
Firefox <31position: relative; doesn't work inside tablesMozilla bug #63895#12467
ChromeWeird button behavior with some number <input>sChromium issue #337668#8350, Normalize #283
ChromeNavbar rendering problem on Windows after several clicksChromium issue #272750, WebKit bug #119793#9226
Chromedisplay: table; within display: block; forces sibling content to new lineChromium issue #309483#9950
ChromeUnwanted vertical lines when printing styled <select> on OS XChromium issue #282918#11245
Chromeinline-block element collapses white-space on WindowsChromium issue #329574#11885
ChromeIncorrect viewport size used for media queries when printingChromium issue #273306#12078
Chrome & SafariOS X scrollbar clipped in select[multiple] with paddingChromium issue #342208, WebKit bug #128489#12536
Chromedisplay: table-cell; width: 100%; doesn't work correctly on date <input>Chromium issue #346051#12548
Chrome<input type="password"> sporadically causes bad widths on floated elementsChrome issue #377346#13892
SafariInsufficient CSS percentage precision(No public bug tracker)#9282
SafariJustified nav rendering bug(No public bug tracker)#9774
-
- -
diff --git a/docs/browser-bugs.md b/docs/browser-bugs.md new file mode 100644 index 0000000000..e0abab107e --- /dev/null +++ b/docs/browser-bugs.md @@ -0,0 +1,113 @@ +--- +layout: default +title: Wall of browser bugs +--- + +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](../getting-started/#support). + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Browser(s)Summary of bugUpstream bug(s)Bootstrap issue(s)
Firefox.table-bordered with an empty <tbody> is missing bordersMozilla bug #1023761#13453
FirefoxUnusual default form control styles on AndroidClosed Mozilla bug #900871, Open Mozilla bug #763671#8702
Firefoxmax-width: 100%; doesn't work inside tablesMozilla bug #975632#10690
Firefox <31position: relative; doesn't work inside tablesMozilla bug #63895#12467
ChromeWeird button behavior with some number <input>sChromium issue #337668#8350, Normalize #283
ChromeNavbar rendering problem on Windows after several clicksChromium issue #272750, WebKit bug #119793#9226
Chromedisplay: table; within display: block; forces sibling content to new lineChromium issue #309483#9950
ChromeUnwanted vertical lines when printing styled <select> on OS XChromium issue #282918#11245
Chromeinline-block element collapses white-space on WindowsChromium issue #329574#11885
ChromeIncorrect viewport size used for media queries when printingChromium issue #273306#12078
Chrome & SafariOS X scrollbar clipped in select[multiple] with paddingChromium issue #342208, WebKit bug #128489#12536
Chromedisplay: table-cell; width: 100%; doesn't work correctly on date <input>Chromium issue #346051#12548
Chrome<input type="password"> sporadically causes bad widths on floated elementsChrome issue #377346#13892
SafariInsufficient CSS percentage precision(No public bug tracker)#9282
SafariJustified nav rendering bug(No public bug tracker)#9774
+