diff options
| author | Mark Otto <[email protected]> | 2016-06-12 21:17:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-06-12 21:17:14 -0700 |
| commit | aaad85bc306ccf35bd749ea43d2aa768e4ebabeb (patch) | |
| tree | 8011d6e04d1bb4c87356036eba55cc13639bc96a /docs/_data | |
| parent | 8feae9075ae55be4e6cd0e884fbfa006a6639ceb (diff) | |
| parent | ce2e944aa6957528f23f1f7e680ac0cb4a75dcac (diff) | |
| download | bootstrap-aaad85bc306ccf35bd749ea43d2aa768e4ebabeb.tar.xz bootstrap-aaad85bc306ccf35bd749ea43d2aa768e4ebabeb.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 | 110 |
1 files changed, 100 insertions, 10 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index 2298dba99..856ecb1dc 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -70,6 +70,26 @@ - browser: > + Microsoft Edge + summary: > + Implement the `:dir()` pseudo-class from Selectors Level 4 + upstream_bug: > + [Edge UserVoice idea #12299532](https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/12299532--dir) + origin: > + Bootstrap#19984 + +- + browser: > + Microsoft Edge + summary: > + Hovering over descendant SVG element fires `mouseleave` event at ancestor + upstream_bug: > + Edge#7787318 + origin: > + Bootstrap#19670 + +- + browser: > Firefox summary: > `.table-bordered` with an empty `<tbody>` is missing borders. @@ -110,6 +130,26 @@ - browser: > + Firefox + summary: > + Wide floated table doesn't wrap onto new line + upstream_bug: > + Mozilla#1277782 + origin: > + Bootstrap#19839 + +- + browser: > + Firefox + summary: > + Mouse sometimes not within element for purposes of `mouseenter`/`mouseleave` when it's within SVG elements + upstream_bug: > + Mozilla#577785 + origin: > + Bootstrap#19670 + +- + browser: > Firefox (Windows) summary: > Right border of `<select>` menu is sometimes missing when screen is set to uncommon resolution @@ -150,16 +190,6 @@ - browser: > - Chrome (OS X) - summary: > - Caps Lock indicator not shown in `<input type="password">` with `display: block` - upstream_bug: > - Chromium#460200 - origin: > - Bootstrap#15832 - -- - browser: > Chrome summary: > CSS infinite linear animation with alpha transparency leaks memory. @@ -200,6 +230,26 @@ - browser: > + Chrome + summary: > + Implement the `:dir()` pseudo-class from Selectors Level 4 + upstream_bug: > + Chromium#576815 + origin: > + Bootstrap#19984 + +- + browser: > + Chrome + summary: > + Don't make `:hover` sticky on touch-friendly webpages + upstream_bug: > + Chromium#370155 + origin: > + Bootstrap#12832 + +- + browser: > Chrome (Windows & Linux) summary: > Animation glitch when returning to inactive tab after animations occurred while tab was hidden. @@ -220,6 +270,26 @@ - browser: > + Safari + summary: > + `:hover` CSS pseudo-class sometimes keeps matching ever after mouse has left the element + upstream_bug: > + WebKit#158340 + origin: > + Bootstrap#20012 + +- + browser: > + Safari + summary: > + Implement the `:dir()` pseudo-class from Selectors Level 4 + upstream_bug: > + WebKit#64861 + origin: > + Bootstrap#19984 + +- + browser: > Safari (OS X) summary: > `px`, `em`, and `rem` should all behave the same in media queries when page zoom is applied @@ -362,6 +432,26 @@ - browser: > + Safari (iOS) + summary: > + Modal with `-webkit-overflow-scrolling: touch` doesn't become scrollable after added text makes it taller + upstream_bug: > + WebKit#158342 + origin: > + Bootstrap#17695 + +- + browser: > + Safari (iOS) + summary: > + Don't make `:hover` sticky on touch-friendly webpages + upstream_bug: > + WebKit#158517 + origin: > + Bootstrap#12832 + +- + browser: > Safari (iPad Pro) summary: > Rendering of descendants of `position: fixed` element gets clipped on iPad Pro in Landscape orientation |
