-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: material/selectarea: material/tooltip
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
If a mat-option inside a mat-select panel has a matTooltip applied to it, and the tooltip is being shown, closing the mat-select should cause that tooltip to disappear.
What is the current behavior?
If the select panel is closed using the ESC key, and the mouse does not move during closing, the tooltip can remain onscreen until the user clicks elsewhere.
What are the steps to reproduce?
StackBlitz: https://stackblitz.com/edit/angular-1paubu
- Open the select panel and select one of the options
- Open the panel again, hover over an option so that the tooltip appears
- Press the ESC key to close the panel. Don't move the mouse while it is closing
- The tooltip should still be visible after the panel has closed. It will remain visible until you click somewhere else.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular Material 7.1.0
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: material/selectarea: material/tooltip