You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
13.2.4
Description
Hi,
I think that this fix: #24475 created a new issue:
When the tooltip is showing you can move the mouse to it (nice), however when you move the mouse even further away, the tooltip should having been closed. But the current behavior is that the tooltip remains until you leave the margin area (I think), causing the transparent margin to 'hide' controls beneath the tooltip and they cannot be reached using the mouse.
Fixes that we were adding an additional hover area on all sides of the tooltip, rather than only the side that is next to the trigger.
Fixesangular#26557.
…ger (#26786)
Fixes that we were adding an additional hover area on all sides of the tooltip, rather than only the side that is next to the trigger.
Fixes#26557.
…ger (#26786)
Fixes that we were adding an additional hover area on all sides of the tooltip, rather than only the side that is next to the trigger.
Fixes#26557.
(cherry picked from commit 142e845)
Is this a regression?
The previous version in which this bug was not present was
13.2.4
Description
Hi,
I think that this fix: #24475 created a new issue:
When the tooltip is showing you can move the mouse to it (nice), however when you move the mouse even further away, the tooltip should having been closed. But the current behavior is that the tooltip remains until you leave the margin area (I think), causing the transparent margin to 'hide' controls beneath the tooltip and they cannot be reached using the mouse.
Reproduction
See this example: https://stackblitz.com/edit/angular-tmb9al-4kaa4l?file=src/app/tooltip-delay-example.html
Expected Behavior
Tooltip should not block focusing on elements (behavior as it was before 13.2.5).
Same demo with 13.2.4: https://stackblitz.com/edit/angular-tmb9al-1wtpjv?file=package.json,src%2Findex.html,package-lock.json,src%2Fapp%2Ftooltip-delay-example.html
13.2.4.mp4
13.2.5.mp4
Actual Behavior
Cannot click the input field.
Environment
The text was updated successfully, but these errors were encountered: