Closed web-padawan closed 1 day ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Closing in favor of #8198. We can consider reopening if we find some more edge cases where this would be needed.
Description
Fixes https://github.com/vaadin/flow-components/issues/6836
Changed the logic of the tooltip to make sure it closes immediately on any
mousedown
event, not just the on target. This ensures that tooltip with hide delay does not interfere with opening logic ofvaadin-dialog
overlay.Type of change