diff options
| author | Chris Rebert <[email protected]> | 2017-07-27 11:02:26 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-27 11:02:26 -0700 |
| commit | 7d2ce3750de42faccc8eeda13e4ea444b22b6d5f (patch) | |
| tree | db13ce3a8c1901426ecc8e31ab343021f46f103a /_data | |
| parent | c0eff6a61a19249778fbee3b908d8f0614e4393d (diff) | |
| download | bootstrap-7d2ce3750de42faccc8eeda13e4ea444b22b6d5f.tar.xz bootstrap-7d2ce3750de42faccc8eeda13e4ea444b22b6d5f.zip | |
Remove fixed bugs from Wall of Browser Bugs (#23159)
* https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/817822/
* https://bugs.chromium.org/p/chromium/issues/detail?id=465274
* https://bugs.chromium.org/p/chromium/issues/detail?id=510079
* https://bugs.webkit.org/show_bug.cgi?id=158276
Diffstat (limited to '_data')
| -rw-r--r-- | _data/browser-bugs.yml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/_data/browser-bugs.yml b/_data/browser-bugs.yml index 256d26875..c631a13a6 100644 --- a/_data/browser-bugs.yml +++ b/_data/browser-bugs.yml @@ -32,16 +32,6 @@ browser: > Edge summary: > - When hovering over a `<select>` menu item, the cursor for the element underneath the menu is displayed. - upstream_bug: > - Edge#817822 - origin: > - Bootstrap#14528 - -- - browser: > - Edge - summary: > CSS `border-radius` sometimes causes lines of bleed-through of the `background-color` of the parent element. upstream_bug: > Edge#3342037 @@ -222,16 +212,6 @@ browser: > Chrome summary: > - `:focus` `outline` style causes cursor to not be displayed when toggling a `readonly` `<input>` to read-write. - upstream_bug: > - Chromium#465274 - origin: > - Bootstrap#16022 - -- - browser: > - Chrome - summary: > `table-cell` borders not overlapping despite `margin-right: -1px` upstream_bug: > Chromium#568691 @@ -270,16 +250,6 @@ - browser: > - Chrome (Linux) - summary: > - `<select>`'s pop-up menu is blank on some systems. - upstream_bug: > - Chromium#510079 - origin: > - Bootstrap#21120 - -- - browser: > Safari summary: > `rem` units in media queries should be calculated using `font-size: initial`, not the root element's `font-size` @@ -424,16 +394,6 @@ 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 (iOS) - summary: > Modal with `-webkit-overflow-scrolling: touch` doesn't become scrollable after added text makes it taller upstream_bug: > WebKit#158342 |
