diff options
| author | Mark Otto <[email protected]> | 2015-06-18 23:56:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-18 23:56:43 -0700 |
| commit | 169d2a4a78776ddaa4fec774691a3c5f03aa3eda (patch) | |
| tree | 997248da2a627a3ef3478dd0f8f8077267c56e22 /docs/_data | |
| parent | df2ca92d7704d54a15be54e5da8086712bd18680 (diff) | |
| parent | 1e64692716985246f70c89bcf8d5119e17a353c0 (diff) | |
| download | bootstrap-169d2a4a78776ddaa4fec774691a3c5f03aa3eda.tar.xz bootstrap-169d2a4a78776ddaa4fec774691a3c5f03aa3eda.zip | |
Merge branch 'master' into v4
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 50 | ||||
| -rw-r--r-- | docs/_data/translations.yml | 2 |
2 files changed, 51 insertions, 1 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index 9888b5a3b..63f7b3248 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -92,6 +92,16 @@ browser: > Chrome summary: > + Focus ring of image map within a modal is displayed in the wrong location. + upstream_bug: > + Chromium#475128 + origin: > + Bootstrap#16180 + +- + browser: > + Chrome + summary: > `display: table;` within `display: block;` forces sibling content to new line. upstream_bug: > Chromium#309483 @@ -130,6 +140,16 @@ - browser: > + Chrome + summary: > + `width: 1%` on nested table cell causes its table to hog horizontal space. + upstream_bug: > + Chromium#427994 + origin: > + Bootstrap#16372 + +- + browser: > Chrome (Windows & Linux) summary: > Animation glitch when returning to inactive tab after animations occurred while tab was hidden. @@ -140,6 +160,16 @@ - browser: > + Safari + summary: > + `width: 1%` on nested table cell causes its table to hog horizontal space. + upstream_bug: > + WebKit#144696, Safari#20839572 + origin: > + Bootstrap#16372 + +- + browser: > Safari (OS X) summary: > Scrollbar clipped in `select[multiple]` with padding. @@ -202,6 +232,26 @@ - browser: > + Safari (OS X) + summary: > + Focus ring of image map within a modal is displayed in the wrong location. + upstream_bug: > + WebKit#143527 + origin: > + Bootstrap#16180 + +- + browser: > + Safari (OS X) + summary: > + Unnecessary line-wrapping of `.navbar-brand` text for no apparent reason + upstream_bug: > + WebKit#144990, Safari#20950962 + origin: > + Bootstrap#15998 + +- + browser: > Safari (iOS) summary: > `transform: translate3d(0,0,0);` rendering bug. diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index 3879fc34c..b073a6631 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -26,7 +26,7 @@ - name: Korean code: ko description: Bootstrap 한국어 - url: http://bootstrapk.com/BS3/ + url: http://bootstrapk.com/ - name: Russian code: ru |
