Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Tooltip of the Native Chart flickers when hovered #306

Open
PekoPPT opened this issue Oct 5, 2022 · 3 comments
Open

The Tooltip of the Native Chart flickers when hovered #306

PekoPPT opened this issue Oct 5, 2022 · 3 comments
Assignees
Labels
Bug Item which indicates that something is not working Priority 3 SEV: Medium

Comments

@PekoPPT
Copy link
Contributor

PekoPPT commented Oct 5, 2022

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 PekoPPT added Bug Item which indicates that something is not working SEV: Medium labels Oct 5, 2022
@PekoPPT
Copy link
Contributor Author

PekoPPT commented Aug 4, 2023

Also reported in ticket: 1618746.

@PekoPPT PekoPPT self-assigned this Sep 11, 2023
@vveesseelliinnaa
Copy link
Contributor

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

@vveesseelliinnaa
Copy link
Contributor

Reported again in Ticket ID: 1651325

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working Priority 3 SEV: Medium
Projects
None yet
Development

No branches or pull requests

2 participants