kendo-vue icon indicating copy to clipboard operation
kendo-vue copied to clipboard

The Tooltip of the Native Chart flickers when hovered

Open PekoPPT opened this issue 1 year ago • 3 comments

Describe the bug When we have a Chart Tooltip in the Native Vue Chart and this Tooltip appears over the Chart itself, if we hover the Tooltip it starts to flicker.

To Reproduce

  1. Open this StackBlitz example
  2. Hover random series to display the ToolTip
  3. Move the mouse cursor over the ToolTip

Expected behavior The Tooltip of the Native Chart should not flicker when moving the mouse cursor over it.

  • Possible workaround is to use the following CSS definition:
.k-animation-container.k-chart-tooltip-wrapper {
  pointer-events: none;
}

PekoPPT avatar Oct 05 '22 12:10 PekoPPT

Also reported in ticket: 1618746.

PekoPPT avatar Aug 04 '23 08:08 PekoPPT

Reported again in this public item - https://feedback.telerik.com/kendo-vue-ui/1623049

vveesseelliinnaa avatar Sep 13 '23 12:09 vveesseelliinnaa

Reported again in Ticket ID: 1651325

vveesseelliinnaa avatar May 10 '24 08:05 vveesseelliinnaa