]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Wall of Browser Bugs: Update CSS multi-column entries (#23168)
authorChris Rebert <github@chrisrebert.com>
Fri, 28 Jul 2017 02:59:29 +0000 (19:59 -0700)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2017 02:59:29 +0000 (19:59 -0700)
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

_data/browser-bugs.yml

index c631a13a60bc725bd542cee3d096b1dec3667a30..d3f133354b108aef5e79eb7c77cf53afcfc93ae9 100644 (file)
   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
   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)