aboutsummaryrefslogtreecommitdiff
path: root/docs/_data/browser-bugs.yml
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-04-23 14:24:08 -0700
committerMark Otto <[email protected]>2016-04-23 14:24:08 -0700
commit9f2ab98026cd1df4c74cdad1aa03d2931f979f91 (patch)
tree10b02fa770aa10535d82df91bbd7d4bafe258cfa /docs/_data/browser-bugs.yml
parent29ff8e8b1449887b0e07bd9e19befb0ce1e1cb81 (diff)
parent1a6d0cc446259cf86d73bf7437f2ca3b095f6781 (diff)
downloadbootstrap-9f2ab98026cd1df4c74cdad1aa03d2931f979f91.tar.xz
bootstrap-9f2ab98026cd1df4c74cdad1aa03d2931f979f91.zip
Merge branch 'v4-dev' into v4-forms-cleanup
Diffstat (limited to 'docs/_data/browser-bugs.yml')
-rw-r--r--docs/_data/browser-bugs.yml40
1 files changed, 25 insertions, 15 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml
index 3038e9458..d6e9ff3fe 100644
--- a/docs/_data/browser-bugs.yml
+++ b/docs/_data/browser-bugs.yml
@@ -4,7 +4,7 @@
summary: >
Native browser tooltip for `title` shows on first keyboard focus (in addition to custom tooltip component)
upstream_bug: >
- IE#2445370
+ Edge#6793560
origin: >
Bootstrap#18692
@@ -54,7 +54,7 @@
summary: >
`@-ms-viewport{width: device-width;}` has side-effect of making scrollbars auto-hide
upstream_bug: >
- IE#2256049
+ Edge#7165383
origin: >
Bootstrap#18543
@@ -100,6 +100,16 @@
-
browser: >
+ Firefox
+ summary: >
+ Fire `transitioncancel` event when a transition is canceled
+ upstream_bug: >
+ Mozilla#1264125
+ origin: >
+ Mozilla#1182856
+
+-
+ browser: >
Firefox (Windows)
summary: >
Right border of `<select>` menu is sometimes missing when screen is set to uncommon resolution
@@ -162,16 +172,6 @@
browser: >
Chrome
summary: >
- Incorrect viewport size used for media queries when printing.
- upstream_bug: >
- Chromium#273306
- origin: >
- Bootstrap#12078
-
--
- browser: >
- Chrome
- summary: >
CSS infinite linear animation with alpha transparency leaks memory.
upstream_bug: >
Chromium#429375
@@ -230,13 +230,23 @@
-
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
+ origin: >
+ Bootstrap#17403
+
+-
+ browser: >
Safari (OS X)
summary: >
- Scrollbar clipped in `select[multiple]` with padding.
+ `px`, `em`, and `rem` should all behave the same in media queries when page zoom is applied
upstream_bug: >
- WebKit#128489, Safari#19208483
+ WebKit#156687
origin: >
- Bootstrap#12536
+ Bootstrap#17403
-
browser: >