ITADN

Tooltips displaying on touch screens

#1158OpenAndyVRD 创建于 2026-03-01
bug
A
AndyVRDcommented
**Checklist** - [X] I updated the card to the latest version available - [X] I cleared the cache of my browser **Describe the bug** As the release notes indicate, tooltips should not appear on touch screen devices. For some reason, however, they are being displayed here on iPhone/iPad? **Version of the card** Version: v7.0.1 **To Reproduce** This is the configuration I used: ``` type: "custom:button-card" template: "icon_custom_header" icon: "mdi:dots-vertical" tap_action: haptic: "success" action: fire-dom-event browser_mod: service: browser_mod.more_info data: entity: "[[[ return entity.entity_id ]]]" view: related tooltip: content: Menu placement: bottom delay: 0.1s pointer-events: none skidding: 20 distance: 0 arrow: false styles: tooltip: - --ha-tooltip-font-size: 12px - --primary-text-color: var(--tooltip-text-color) - --secondary-background-color: "#2B2A33" - --wa-tooltip-border-width: 1px - --wa-tooltip-border-style: solid - --wa-tooltip-border-color: rgba(var(--color-theme),1) - pointer-events: none ``` **Screenshots** ![Image](https://github.com/user-attachments/assets/fdc2d8ff-af0f-43ec-8c94-3e64d1f179b7) ![Image](https://github.com/user-attachments/assets/7e4484bb-f9de-470e-93cf-7497df8c994a) **Expected behavior** Tooltip not visible on touch screen devices **Desktop (please complete the following information):** iOS companion app **Smartphone (please complete the following information):** - Device: iPhone 15 - OS: 26.3 **Additional context** I'm using this YAML inside browser_mod popups that open nested within each other (popup within a popup). Could this nesting behavior be causing the nextSibling errors?
1 条评论