Skip to content

Tooltip does not close on Android Chrome when opening a Dialog #4881

@yanmariomenev

Description

@yanmariomenev

Description

The Tooltip does not close when the user taps a button that opens a Dialog on Android Chrome. After the Dialog opens, the Tooltip remains visible on screen even though the trigger interaction has completed.

There doesn't seem to be an issue with Firefox mobile.

Steps To Reproduce

  1. Add a kendoTooltip directive to a button that opens a Kendo Dialog on click.
  2. Open the page on an Android device using Chrome.
  3. Tap the button.
  4. Observe that the Dialog opens but the Tooltip does not close.

https://stackblitz.com/edit/angular-nfusaotd-uj9gj2et

Workaround

Use the hide method - https://stackblitz.com/edit/angular-nfusaotd

Screenshots or video

Chrome

chrome-tooltip-dialog.mp4

Firefox

firefox-tooltip-dialog.mp4

Actual Behavior

The Tooltip remains visible after the Dialog opens. It does not dismiss after the tap interaction on Android Chrome.

Expected Behavior

The Tooltip closes when the user taps the button, regardless of any subsequent overlay (such as a Dialog) that opens as a result of the same interaction.

Browser

Chrome Mobile

Browser version

146.0.7680.154

OS type

Android

OS version

16

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions