From 069488dea398fa6124602e43ae633fe4781a4837 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Mon, 3 Nov 2014 20:17:03 +0100 Subject: Use Jekyll data for Wall of Browser Bugs --- docs/browser-bugs.html | 127 ++++--------------------------------------------- 1 file changed, 8 insertions(+), 119 deletions(-) (limited to 'docs/browser-bugs.html') diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index 079381715..26100dbe3 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -3,6 +3,7 @@ layout: default title: Wall of browser bugs slug: browser-bugs lead: "A list of the browser bugs that Bootstrap is currently grappling with." +fullwidth: true --- @@ -13,7 +14,7 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with."

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.

- +
@@ -23,126 +24,14 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." + {% for bug in site.data.browser-bugs %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + {% endfor %}
Browser(s)
Internet Explorer 11Hovered element still remains in :hover state after scrolling awayIE bug #926665#14211
Internet Explorer 11When hovering over a <select> menu item, the cursor for the element underneath the menu is displayedIE bug #963961#14528
Firefox.table-bordered with an empty <tbody> is missing bordersMozilla bug #1023761#13453
Firefoxmax-width: 100%; doesn't work inside tablesMozilla bug #975632#10690
FirefoxJava applets that are descendants of elements with forced hardware acceleration using translate3d(0,0,0) are invisible on WindowsMozilla bug #1048279#14124
FirefoxButton elements with width: 100% become cropped in long tables.Mozilla bug #1060131#14320
FirefoxIf 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
ChromeClicking above <input type="number"> increment button flashes the decrement buttonOffshoot of #8350 & Chromium issue #337668
Chromedisplay: table; within display: block; forces sibling content to new lineChromium issue #309483#9950
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 elementsChromium issue #377346#13892
ChromeCSS infinite linear animation with alpha transparency leaks memoryChromium issue #429375#14409
SafariWeird button behavior with some number <input>sWebKit bug #137269#8350, Normalize #283, Chromium issue #337668
Safaridisplay: table-cell; within media query renders incorrectly when resizing the windowWebKit bug #138167#9774
Safaritransform: translate3d(0, 0, 0); iOS bugWebKit bug #138162, Apple Safari Radar #18804973#14603
SafariSmall font size when printing webpage with fixed-width .containerWebKit bug #138192#14868
SafariText input's cursor doesn't move while scrolling the page on iOSWebKit bug #138201, Apple Safari Radar #18819624#14708
ChromeOn Windows and Linux, body content can be scrolled even though overflow: hidden; is applied to it.Chromium issue #429604#14972{{ bug.browser }}{{ bug.summary | markdownify | bugify }}{{ bug.upstream_bug | bugify }}{{ bug.origin | bugify }}
-- cgit v1.2.3