Console error when tooltip is closing #1536

Closed
opened 2026-01-29 17:55:04 +00:00 by claunia · 1 comment
Owner

Originally created by @jap-camasit on GitHub (Dec 18, 2024).

Describe the bug
When tooltip is closing we get the following console error:

Uncaught (in promise) Error: There was an exception invoking 'RadzenTooltip.CloseTooltip'. For more details turn on detailed exceptions in 'CircuitOptions.DetailedErrors'
    endInvokeDotNetFromJS blazor.web.js:formatted:187
    _invokeClientMethod blazor.web.js:formatted:3519
    _processIncomingData blazor.web.js:formatted:3382
    onreceive blazor.web.js:formatted:3104
    onmessage blazor.web.js:formatted:4508
    connect blazor.web.js:formatted:4500
    connect blazor.web.js:formatted:4456
    _startTransport blazor.web.js:formatted:4899
    _createTransport blazor.web.js:formatted:4824
    _startInternal blazor.web.js:formatted:4730
    start blazor.web.js:formatted:4626
    _startInternal blazor.web.js:formatted:3178
    _startWithStateTransitions blazor.web.js:formatted:3154
    start blazor.web.js:formatted:3142
    startConnection blazor.web.js:formatted:7434
    startCore blazor.web.js:formatted:7317
    start blazor.web.js:formatted:7302
    or blazor.web.js:formatted:8063
    nr blazor.web.js:formatted:8013
    startCircutIfNotStarted blazor.web.js:formatted:9602
    resolveRendererIdForDescriptor blazor.web.js:formatted:9708
    determinePendingOperation blazor.web.js:formatted:9724
    refreshRootComponents blazor.web.js:formatted:9672
    rootComponentsMayRequireRefresh blazor.web.js:formatted:9618
    setTimeout handler*rootComponentsMayRequireRefresh blazor.web.js:formatted:9614
    onDocumentUpdated blazor.web.js:formatted:9550
    Ki blazor.web.js:formatted:9902
    Ji blazor.web.js:formatted:9868
    <anonymous> blazor.web.js:formatted:9917
    <anonymous> blazor.web.js:formatted:9919

To Reproduce
Steps to reproduce the behavior:

  1. Implement tooltip like https://blazor.radzen.com/tooltip?theme=material3#tooltip-delay-duration
  2. Hover on button
  3. Wait for duration to be done while hovering (when implementing MouseLeave the error does not occur, because of manual closing)
  4. See error in console

Expected behavior
No console errors upon automatic tooltip closing after duration

Desktop (please complete the following information):

  • Chrome & Firefox Developer Edition
  • Radzen.Blazor 5.6.6
Originally created by @jap-camasit on GitHub (Dec 18, 2024). **Describe the bug** When tooltip is closing we get the following console error: ``` Uncaught (in promise) Error: There was an exception invoking 'RadzenTooltip.CloseTooltip'. For more details turn on detailed exceptions in 'CircuitOptions.DetailedErrors' endInvokeDotNetFromJS blazor.web.js:formatted:187 _invokeClientMethod blazor.web.js:formatted:3519 _processIncomingData blazor.web.js:formatted:3382 onreceive blazor.web.js:formatted:3104 onmessage blazor.web.js:formatted:4508 connect blazor.web.js:formatted:4500 connect blazor.web.js:formatted:4456 _startTransport blazor.web.js:formatted:4899 _createTransport blazor.web.js:formatted:4824 _startInternal blazor.web.js:formatted:4730 start blazor.web.js:formatted:4626 _startInternal blazor.web.js:formatted:3178 _startWithStateTransitions blazor.web.js:formatted:3154 start blazor.web.js:formatted:3142 startConnection blazor.web.js:formatted:7434 startCore blazor.web.js:formatted:7317 start blazor.web.js:formatted:7302 or blazor.web.js:formatted:8063 nr blazor.web.js:formatted:8013 startCircutIfNotStarted blazor.web.js:formatted:9602 resolveRendererIdForDescriptor blazor.web.js:formatted:9708 determinePendingOperation blazor.web.js:formatted:9724 refreshRootComponents blazor.web.js:formatted:9672 rootComponentsMayRequireRefresh blazor.web.js:formatted:9618 setTimeout handler*rootComponentsMayRequireRefresh blazor.web.js:formatted:9614 onDocumentUpdated blazor.web.js:formatted:9550 Ki blazor.web.js:formatted:9902 Ji blazor.web.js:formatted:9868 <anonymous> blazor.web.js:formatted:9917 <anonymous> blazor.web.js:formatted:9919 ``` **To Reproduce** Steps to reproduce the behavior: 1. Implement tooltip like https://blazor.radzen.com/tooltip?theme=material3#tooltip-delay-duration 2. Hover on button 3. Wait for duration to be done **while** hovering (when implementing MouseLeave the error does not occur, because of manual closing) 5. See error in console **Expected behavior** No console errors upon automatic tooltip closing after duration **Desktop (please complete the following information):** - Chrome & Firefox Developer Edition - Radzen.Blazor 5.6.6
Author
Owner

@enchev commented on GitHub (Dec 18, 2024):

I'm unable to replicate such error on our demos - use our latest version 5.7.0.

@enchev commented on GitHub (Dec 18, 2024): I'm unable to replicate such error on our demos - use our latest version 5.7.0.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1536