diff options
| author | Mark Otto <[email protected]> | 2016-06-02 21:48:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-06-02 21:48:53 -0700 |
| commit | 8feae9075ae55be4e6cd0e884fbfa006a6639ceb (patch) | |
| tree | 0124594afc748b650fbe2f840b1e8d4cabc841cf /docs/_data | |
| parent | 96835e1512631a1a54e99e1179e06d2e23060705 (diff) | |
| parent | 0b4187d37b8fb1a65a5929329b51b04a2d6aa1eb (diff) | |
| download | bootstrap-8feae9075ae55be4e6cd0e884fbfa006a6639ceb.tar.xz bootstrap-8feae9075ae55be4e6cd0e884fbfa006a6639ceb.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 44 |
1 files changed, 17 insertions, 27 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index d6e9ff3fe..2298dba99 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -114,7 +114,7 @@ summary: > Right border of `<select>` menu is sometimes missing when screen is set to uncommon resolution upstream_bug: > - Mozilla#924068 + Mozilla#545685 origin: > Bootstrap#15990 @@ -162,16 +162,6 @@ 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: > CSS infinite linear animation with alpha transparency leaks memory. upstream_bug: > Chromium#429375 @@ -192,21 +182,21 @@ browser: > Chrome summary: > - `width: 1%` on nested table cell causes its table to hog horizontal space. + `table-cell` borders not overlapping despite `margin-right: -1px` upstream_bug: > - Chromium#427994 + Chromium#534750 origin: > - Bootstrap#16372 + Bootstrap#17438, Bootstrap#14237 - browser: > Chrome summary: > - `table-cell` borders not overlapping despite `margin-right: -1px` + Clicking scrollbar in `<select multiple>` with overflowed options will select nearby `<option>` upstream_bug: > - Chromium#534750 + Chromium#597642 origin: > - Bootstrap#17438, Bootstrap#14237 + Bootstrap#19810 - browser: > @@ -222,16 +212,6 @@ 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 - summary: > `rem` units in media queries should be calculated using `font-size: initial`, not the root element's `font-size` upstream_bug: > WebKit#156684 @@ -372,6 +352,16 @@ - browser: > + Safari (iOS) + summary: > + Tapping from one `<input>` to another in an overlay can cause shaking/jiggling effect + upstream_bug: > + WebKit#158276 + origin: > + Bootstrap#19927 + +- + browser: > Safari (iPad Pro) summary: > Rendering of descendants of `position: fixed` element gets clipped on iPad Pro in Landscape orientation |
