Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2017-07-28 05:59:29 +0300
committerGitHub <noreply@github.com>2017-07-28 05:59:29 +0300
commit98bc940699f92b4139f7d4938d02e83487a3fbe8 (patch)
tree4893b824d92dd7236a09ac07c379ac7bd0000d8a
parent7d2ce3750de42faccc8eeda13e4ea444b22b6d5f (diff)
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
-rw-r--r--_data/browser-bugs.yml20
1 files changed, 10 insertions, 10 deletions
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
@@ -142,16 +142,6 @@
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
- summary: >
Layout with floated columns breaks when printing
upstream_bug: >
Mozilla#1315994
@@ -240,6 +230,16 @@
-
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)
summary: >
Animation glitch when returning to inactive tab after animations occurred while tab was hidden.