Project

General

Profile

Actions

Bug #8322

closed

On-click tooltips do not open correctly on mobile

Added by krileon over 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
Target version:
Start date:
30 December 2020
Due date:
% Done:

100%

Estimated time:

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.

Actions #1

Updated by krileon over 3 years ago

Appears to be due to show.effect being set to false for no transition animation on tooltip show causing this.

Actions #2

Updated by krileon over 3 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.

Actions #3

Updated by krileon over 3 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Fixed in MR !1609

Actions #4

Updated by beat about 3 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF