Actions
Bug #8322
closedOn-click tooltips do not open correctly on mobile
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.
Updated by krileon almost 4 years ago
Appears to be due to show.effect being set to false for no transition animation on tooltip show causing this.
Updated by krileon almost 4 years ago
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.
Updated by krileon almost 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1609
Actions