Open
Description
Reproduction
Reproduziere in the standard demos of angular material.
The error only occurs when manually opening the Tooltip . I encounter it, because I'm building a custom Tooltip component, which is not closed/ on hover.
Steps to reproduce:
- Open to https://material.angular.io/components/tooltip/examples
- Navigate to the 'Tooltip that can be manually shown/hidden.' Demo.
- Click "show"
- scroll to the bottom of the page
Expected Behavior
When the element connected to the Tooltip leaves the visible leaves the tooltip should also disappear.
Actual Behavior
The tooltip is fixed at a position on top of the screen. However when scrolling up, it get's hidden. Also it goes over the navigation bar, where it should already be hidden.
Environment
- Angular: 8.0.0
- CDK/Material: 8.0.0
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): Windows