material icon indicating copy to clipboard operation
material copied to clipboard

When using a screen reader (NVDA) clicking away from md-menu causes it to read page title everytime

Open waterplea opened this issue 7 years ago • 3 comments

Actual Behavior:

  • What is the issue? * When using a screen reader (NVDA) clicking away from md-menu causes it to read page title everytime
  • What is the expected behavior? Page title is not read

CodePen (or steps to reproduce the issue): *

  • CodePen Demo which shows your issue: any md-menu page
  • Details: Install and start NVDA to narrate the screen, open md-menu and click away from it to close it.

Angular Versions: *

  • Angular Version: 1.5.0
  • Angular Material Version: v1.1.0-rc.5

Additional Information:

  • Browser Type: * Chrome
  • Browser Version: * 54
  • OS: * Windows 7
  • Stack Traces: -

Shortcut to create a new CodePen Demo. Note: * indicates required information. Without this information, your issue may be auto-closed.

Do not modify the titles or questions. Simply add your responses to the ends of the questions. Add more lines if needed.

waterplea avatar Oct 27 '16 15:10 waterplea

This is because focus shifts to the body, whereas when you select an option, it goes back to the button. I suppose both cases should be consistent.

crisbeto avatar Oct 27 '16 20:10 crisbeto

When I click an option it also reads page title, even on the official demo page of Angular Material menu. This is really annoying to hear page title everytime you pick something in menu. I think in both cases focus should go back to the button and page title should not be read.

waterplea avatar Nov 16 '16 13:11 waterplea

@crisbeto - can you work on this please.

ThomasBurleson avatar Mar 07 '17 00:03 ThomasBurleson