diff options
| author | Mark Otto <[email protected]> | 2015-01-18 12:24:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-18 12:24:29 -0800 |
| commit | 1bf1ba7103cf4de0364dfd8ec78a31eb813d7b8f (patch) | |
| tree | 7a63ae1a434fae8cb51835fafd1b531d5f5da64e /docs/_data/browser-bugs.yml | |
| parent | dbe47654160d389c6991a312c9cecd2eeb9b6122 (diff) | |
| parent | 22b79dae3c9307c329e6722ff1be8aa0a4143812 (diff) | |
| download | bootstrap-1bf1ba7103cf4de0364dfd8ec78a31eb813d7b8f.tar.xz bootstrap-1bf1ba7103cf4de0364dfd8ec78a31eb813d7b8f.zip | |
Merge branch 'master' into pr/15278
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
Diffstat (limited to 'docs/_data/browser-bugs.yml')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 57 |
1 files changed, 33 insertions, 24 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index ab68e8570..1feb7c312 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -100,33 +100,33 @@ - browser: > - Safari (OS X) + Chrome summary: > - Scrollbar clipped in `select[multiple]` with padding. + CSS infinite linear animation with alpha transparency leaks memory. upstream_bug: > - WebKit#128489 + Chromium#429375 origin: > - Bootstrap#12536 + Bootstrap#14409 - browser: > - Chrome + Chrome (Windows & Linux) summary: > - `<input type="password">` sporadically causes bad widths on floated elements. + Animation glitch when returning to inactive tab after animations occurred while tab was hidden. upstream_bug: > - Chromium#377346 + Chromium#449180 origin: > - Bootstrap#13892 + Bootstrap#15298 - browser: > - Chrome + Safari (OS X) summary: > - CSS infinite linear animation with alpha transparency leaks memory. + Scrollbar clipped in `select[multiple]` with padding. upstream_bug: > - Chromium#429375 + WebKit#128489, Safari#19208483 origin: > - Bootstrap#14409 + Bootstrap#12536 - browser: > @@ -152,23 +152,33 @@ - browser: > - Safari (iOS) + Safari (OS X) summary: > - `transform: translate3d(0,0,0);` rendering bug. + Small font size when printing webpage with fixed-width `.container`. upstream_bug: > - WebKit#138162, Safari#18804973 + WebKit#138192, Safari#19435018 origin: > - Bootstrap#14603 + Bootstrap#14868 - browser: > Safari (OS X) summary: > - Small font size when printing webpage with fixed-width `.container`. + Alpha linear-gradient has dark line at its edge. upstream_bug: > - WebKit#138192 + WebKit#139803, Safari#19434933 origin: > - Bootstrap#14868 + Bootstrap#15205 + +- + browser: > + Safari (iOS) + summary: > + `transform: translate3d(0,0,0);` rendering bug. + upstream_bug: > + WebKit#138162, Safari#18804973 + origin: > + Bootstrap#14603 - browser: > @@ -182,11 +192,10 @@ - browser: > - Chrome (Windows) + Safari (iOS) summary: > - Body content can be scrolled even though `overflow: hidden;` is applied to it. + `display: block` causes text of temporal `<input>`s to become vertically misaligned upstream_bug: > - Chromium#438064 + WebKit#139848, Safari#19434878 origin: > - Chromium#175502, - Bootstrap#14972 + Bootstrap#11266, Bootstrap#13098 |
