aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2016-03-07 15:30:48 +0000
committerPatrick H. Lauke <[email protected]>2016-03-07 15:30:48 +0000
commit0637c71295bf329e172602dc99b41e6ce38a2e45 (patch)
tree4bbdb3a624329184331ffc8488c8b62275959824 /docs
parent0a6f80a47959d36e912438826e70af95d2a6cc80 (diff)
parent981a38f45852ca0a8fb62e1528061a0e1c6a87d4 (diff)
downloadbootstrap-0637c71295bf329e172602dc99b41e6ce38a2e45.tar.xz
bootstrap-0637c71295bf329e172602dc99b41e6ce38a2e45.zip
Merge pull request #19435 from patrickhlauke/master
Add native title tooltip IE11/Edge bug to wall of browser bugs
Diffstat (limited to 'docs')
-rw-r--r--docs/_data/browser-bugs.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml
index 5efc32ee0..22c5d921e 100644
--- a/docs/_data/browser-bugs.yml
+++ b/docs/_data/browser-bugs.yml
@@ -2,6 +2,16 @@
browser: >
Internet Explorer 11 & Microsoft Edge
summary: >
+ Native browser tooltip for `title` shows on first keyboard focus (in addition to custom tooltip component)
+ upstream_bug: >
+ IE#2445370
+ origin: >
+ Bootstrap#18692
+
+-
+ browser: >
+ Internet Explorer 11 & Microsoft Edge
+ summary: >
Hovered element still remains in `:hover` state after scrolling away.
upstream_bug: >
IE#926665