Bug #8322
closed
On-click tooltips do not open correctly on mobile
Added by krileon almost 4 years ago.
Updated almost 4 years ago.
Start date:
30 December 2020
Description
When a tooltip is triggered by on-click they do not reposition correctly on mobile until the page is scrolled or the page size is changed.
Appears to be due to show.effect being set to false for no transition animation on tooltip show causing this.
Tooltip is opening too fast due to no open delay. This causes the reposition JS to happen too early. The default show delay is 90 milliseconds, but is being forced to 0 by cbtooltip middle-man. Adding a delay resolves the issue. Implemented a short 30 millisecond open delay to ensure positioning is calculated correctly.
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF