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
Tooltip is not properly rendered and adding flickering if using fit-to-visible-bounds in paper-tooltip.
Suppose tooltip position is top but the page is scrolled enough so the element's top space is not available, so fit-to-visible-bounds should place tooltip to the available space (that could be bottom, right, left or an optimum available space), but its trying to position tooltip on same top space only and causing flickering issue.
Live Demo
Steps to reproduce
Put a paper-tooltip for an element
Set fit-to-visible-bounds and position="top" attributes
Run the page and scroll, so that no top space available to show tooltip
Tooltip will try to update position continuously, flickring issue can be observed then
Description
Tooltip is not properly rendered and adding flickering if using fit-to-visible-bounds in paper-tooltip.
Suppose tooltip position is top but the page is scrolled enough so the element's top space is not available, so fit-to-visible-bounds should place tooltip to the available space (that could be bottom, right, left or an optimum available space), but its trying to position tooltip on same top space only and causing flickering issue.
Live Demo
Steps to reproduce
paper-tooltip
for an elementfit-to-visible-bounds
andposition="top"
attributesBrowsers Affected
The text was updated successfully, but these errors were encountered: