[Tooltip] Not shown on focus on touch devices
See original GitHub issue- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
When disableTouchListener is true, Tooltip is not shown on focus on touch devices
Expected Behavior 🤔
It should bee shown on focus unless disableFocusListener
is true.
Your Environment 🌎
System:
OS: macOS 11.2.2
CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Memory: 86.41 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 12.13.0 - ~/.nvm/versions/node/v12.13.0/bin/node
Yarn: 1.17.3 - /usr/local/bin/yarn
npm: 6.14.8 - ~/.nvm/versions/node/v12.13.0/bin/npm
Utilities:
Make: 3.81 - /usr/bin/make
GCC: 4.2.1 - /usr/bin/gcc
Git: 2.29.2 - /usr/local/bin/git
Servers:
Apache: 2.4.46 - /usr/sbin/apachectl
Nginx: 1.17.3 - /usr/local/bin/nginx
Virtualization:
Docker: 19.03.13 - /usr/local/bin/docker
SDKs:
iOS SDK:
Platforms: iOS 14.4, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2
IDEs:
Nano: 2.0.6 - /usr/bin/nano
VSCode: 1.53.2 - /usr/local/bin/code
Vim: 8.2 - /usr/bin/vim
Xcode: 12.4/12D4e - /usr/bin/xcodebuild
Languages:
Bash: 3.2.57 - /bin/bash
Elixir: 1.8.2 - /usr/local/bin/elixir
Perl: 5.28.2 - /usr/bin/perl
PHP: 7.3.24 - /usr/bin/php
Python: 3.6.7 - /Users/nikola/.pyenv/shims/python
Ruby: 2.6.3 - /usr/bin/ruby
Databases:
MySQL: 10.13 - /usr/local/bin/mysql
SQLite: 3.32.3 - /usr/bin/sqlite3
Browsers:
Chrome: 88.0.4324.192
Firefox: 84.0.2
Safari: 14.0.3
Safari Technology Preview: 14.2
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (11 by maintainers)
Top Results From Across the Web
[Tooltip] Not shown on focus on touch devices #25283 - GitHub
The issue is present in the latest release. I have searched the issues of this repository and believe that this is not a...
Read more >Can my tooltips be adapted for touch screen? - Stack Overflow
Yes, there is a way. First: add the attribute "ontouchstart" to your button. Second: add a style for :active, :focus, and :hover.
Read more >How can I display tool tips on a touchscreen or is there a ...
A tooltip is triggered by tapping and holding an item. Keep the tooltip displayed as long as the user continues to hold the...
Read more >ARIA: tooltip role - Accessibility - MDN Web Docs - Mozilla
A tooltip is a contextual text bubble that displays a description for an element that appears on pointer hover or keyboard focus.
Read more >The problem with tooltips and what to do instead - Adam Silver
Tooltips are not only hard to use, but they're normally totally unnecessary. Learn why that is and what you could do instead.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jansedlon Ok, thanks for double-checking, it always feels more reassuring. Do you want to contribute the update of the docs?
@oliviertassinari Sure, done.