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
{{ message }}
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
Tooltip does not disappear when element is scrolled out of view
Reproduction
Use tab key to focus on the button, and when the tooltip is displayed, use arrow keys to scroll down. The button is scrolled out of view but the tooltip still persists. It should have closed on its own as soon as the element was scrolled out, this happens in mui tooltips.
I have used prevent overflow and hide modifiers as well, but they don't seem to work and tippy-popper is not attached and x-out-of-boundaries property is never added.
Please suggest a workaround for this
Bug description
Tooltip does not disappear when element is scrolled out of view
Reproduction
Use tab key to focus on the button, and when the tooltip is displayed, use arrow keys to scroll down. The button is scrolled out of view but the tooltip still persists. It should have closed on its own as soon as the element was scrolled out, this happens in mui tooltips.
I have used prevent overflow and hide modifiers as well, but they don't seem to work and tippy-popper is not attached and x-out-of-boundaries property is never added.
Please suggest a workaround for this
CodePen link: https://codepen.io/luffy23j/pen/MWMpvLp
The text was updated successfully, but these errors were encountered: