Open
Description
Description
The dev page (/dev/tooltip.html
) for tooltip uses multiple tooltips on the same target. Currently, hovering over the target flashes all tooltips briefly and then only shows the last one that is defined in the markup. Before, it would show all tooltips at the same time.
Expected outcome
It should show all tooltips as it did before.
Minimal reproducible example
web-components/dev/tooltip.html
Lines 34 to 49 in 7dcd7cb
Steps to reproduce
- Open the dev page
- Hover over target
- Observe how all tooltip briefly flash and only the last one remains visible
Environment
Vaadin version(s): 24.5 alpha11
Browsers
No response