From: Chris Rebert Date: Fri, 28 Jul 2017 02:59:29 +0000 (-0700) Subject: Wall of Browser Bugs: Update CSS multi-column entries (#23168) X-Git-Tag: v4.0.0-beta~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98bc940699f92b4139f7d4938d02e83487a3fbe8;p=thirdparty%2Fbootstrap.git Wall of Browser Bugs: Update CSS multi-column entries (#23168) Remove https://bugzilla.mozilla.org/show_bug.cgi?id=1282363 because CSSWG deemed Firefox's behavior to be the correct behavior per https://github.com/w3c/csswg-drafts/issues/314 Replace it with a Chrome bug about changing Chrome to follow the spec & Firefox: https://bugs.chromium.org/p/chromium/issues/detail?id=269061 --- diff --git a/_data/browser-bugs.yml b/_data/browser-bugs.yml index c631a13a60..d3f133354b 100644 --- a/_data/browser-bugs.yml +++ b/_data/browser-bugs.yml @@ -138,16 +138,6 @@ origin: > Bootstrap#19670 -- - browser: > - Firefox - summary: > - `position: absolute` element that's wider than its column renders differently than other browsers - upstream_bug: > - Mozilla#1282363 - origin: > - Bootstrap#20161 - - browser: > Firefox @@ -238,6 +228,16 @@ origin: > Bootstrap#12832 +- + browser: > + Chrome + summary: > + `position: absolute` element that's wider than its column is incorrectly clipped to column boundary + upstream_bug: > + Chromium#269061 + origin: > + Bootstrap#20161 + - browser: > Chrome (Windows & Linux)