aboutsummaryrefslogtreecommitdiff
path: root/docs/_data
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-01-19 14:48:12 -0800
committerMark Otto <[email protected]>2015-01-19 14:48:12 -0800
commit325748ff6860fbafaac21e3bfbaabfdb05fa71a8 (patch)
tree0fc4e65149990e9d59029c09e24a0242ffa8a2d0 /docs/_data
parent0964504fdafdde0ac71ab1a6f65eea1686cef9f8 (diff)
parent4fd01b7ac130dd815e7490950ed807487b684f4a (diff)
downloadbootstrap-325748ff6860fbafaac21e3bfbaabfdb05fa71a8.tar.xz
bootstrap-325748ff6860fbafaac21e3bfbaabfdb05fa71a8.zip
Merge branch 'master' into v4
Conflicts: _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs/_includes/components/thumbnails.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/customizer-variables.html docs/_includes/footer.html docs/_includes/getting-started/download.html docs/_includes/getting-started/template.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/assets/css/docs.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/theme/index.html grunt/configBridge.json less/alerts.less less/badges.less less/jumbotron.less less/panels.less less/tables.less less/theme.less less/variables.less package.json scss/_button-group.scss scss/_buttons.scss scss/_forms.scss
Diffstat (limited to 'docs/_data')
-rw-r--r--docs/_data/browser-bugs.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml
index a4ddae026..1feb7c312 100644
--- a/docs/_data/browser-bugs.yml
+++ b/docs/_data/browser-bugs.yml
@@ -102,21 +102,21 @@
browser: >
Chrome
summary: >
- `<input type="password">` sporadically causes bad widths on floated elements.
+ CSS infinite linear animation with alpha transparency leaks memory.
upstream_bug: >
- Chromium#377346
+ Chromium#429375
origin: >
- Bootstrap#13892
+ Bootstrap#14409
-
browser: >
- Chrome
+ Chrome (Windows & Linux)
summary: >
- CSS infinite linear animation with alpha transparency leaks memory.
+ Animation glitch when returning to inactive tab after animations occurred while tab was hidden.
upstream_bug: >
- Chromium#429375
+ Chromium#449180
origin: >
- Bootstrap#14409
+ Bootstrap#15298
-
browser: >
@@ -156,7 +156,7 @@
summary: >
Small font size when printing webpage with fixed-width `.container`.
upstream_bug: >
- WebKit#138192
+ WebKit#138192, Safari#19435018
origin: >
Bootstrap#14868
@@ -166,7 +166,7 @@
summary: >
Alpha linear-gradient has dark line at its edge.
upstream_bug: >
- WebKit#139803
+ WebKit#139803, Safari#19434933
origin: >
Bootstrap#15205
@@ -196,6 +196,6 @@
summary: >
`display: block` causes text of temporal `<input>`s to become vertically misaligned
upstream_bug: >
- WebKit#139848
+ WebKit#139848, Safari#19434878
origin: >
Bootstrap#11266, Bootstrap#13098