Actions
Feature proposal #4301
closedUpdate tooltip api to detect mobile browsers
Description
If a mobile browser is being used and a tooltip is a Hover based tooltip then it should change these to click based tooltip. This will allow tooltips to be fully functional on tablets automatically with no additional work.
Updated by krileon about 11 years ago
Implement click opening for all hover tooltip usages. This eliminates the need to detect mobile and future proofs the usage.
Updated by krileon about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Default open event is now: mouseenter click
Default close event is now: mouseout unfocus
This will handle all browsers whether mobile or desktop.
Actions