[ ] Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
Accessibility requirement
When additional content is triggered on pointer hover or on keyboard focus, that additional content MUST be visually perceived and MUST be dismissible.
Issue
When we add tooltip to menu option, it gets displayed on focussing the menu option using keyboard. Pressing Esc closes the mat menu completely. Tooltip alone should be dismissible.
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Accessibility requirement When additional content is triggered on pointer hover or on keyboard focus, that additional content MUST be visually perceived and MUST be dismissible.
Issue When we add tooltip to menu option, it gets displayed on focussing the menu option using keyboard. Pressing Esc closes the mat menu completely. Tooltip alone should be dismissible.
Reproduction
StackBlitz link: https://stackblitz.com/edit/components-issue-starter-5lpuen?file=src%2Fmain.ts Steps to reproduce:
Expected Behavior
Tooltip alone should be dismissible.
Actual Behavior
Mat menu is closed
Environment