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

Chart with shared tooltip enabled throws an error #7982

Open
kendo-bot opened this issue Sep 25, 2024 · 0 comments
Open

Chart with shared tooltip enabled throws an error #7982

kendo-bot opened this issue Sep 25, 2024 · 0 comments
Assignees
Labels
Bug C: Chart FP: Planned Sync status with associated Feedback Item jQuery SEV: Low
Milestone

Comments

@kendo-bot
Copy link
Contributor

kendo-bot commented Sep 25, 2024

Bug report

When 'shared' tooltip is enabled (tooltip: {shared: true}) keyboard navigation through chart triggers JavaScript error and tooltip on focus is not shown, neither shared nor regular tooltip. It works without issues when 'shared' is disabled, but when it is enabled errors are triggered.

Reproduction of the problem

Open Dojo example https://dojo.telerik.com/@[email protected]/UqixUyuj
Open browser's console (F12)
Run the script
With mouse click on "India" legend item once -> India line is disabled
Click on "India" legend item once more -> India line is enabled
Using keyboard hit Shift+Tab -> Browser's console shows error: "Uncaught TypeError: Cannot read properties of undefined (reading 'format')"
Using keyboard hit Tab -> Dot on chart line becomes highlighted but no tooltip is shown
Stack trace of the issue:

Expected/desired behavior

No error shall be thrown

Ticket ID: 1665060

Environment

jQuery: 3.4.1
Kendo UI version: 2024.3.806
Browser: [all ]

@kendo-bot kendo-bot added the FP: Pending Review Sync status with associated Feedback Item label Sep 25, 2024
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Sep 25, 2024
@NikoPenev21 NikoPenev21 added Bug SEV: Low C: Chart jQuery and removed FP: Pending Review Sync status with associated Feedback Item labels Sep 25, 2024
@tsvetomir tsvetomir added this to the 2024 Q4 (Nov) milestone Oct 8, 2024
@github-actions github-actions bot added FP: Planned Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Oct 8, 2024
@tsvetomir tsvetomir self-assigned this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Chart FP: Planned Sync status with associated Feedback Item jQuery SEV: Low
Projects
None yet
Development

No branches or pull requests

3 participants