diff options
| author | Mark Otto <[email protected]> | 2015-06-19 16:26:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-19 16:26:33 -0700 |
| commit | bc29c016b7afefa2a9a42e94efaee58695049285 (patch) | |
| tree | ac294f7fbc18d4ba8c6b4179b7d1cbeb6481d70b /docs/_data/browser-bugs.yml | |
| parent | 8410afe0e104459a613f6232ad46334aa8b99fda (diff) | |
| parent | 3df2d085ed219a16848b96e90a72fcd5575a5270 (diff) | |
| download | bootstrap-bc29c016b7afefa2a9a42e94efaee58695049285.tar.xz bootstrap-bc29c016b7afefa2a9a42e94efaee58695049285.zip | |
Merge branch 'v4' into v4_builds
Diffstat (limited to 'docs/_data/browser-bugs.yml')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 50 |
1 files changed, 50 insertions, 0 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. |
