Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ACS-3700] Pass mat menu items from external components to mat menu #2720

Conversation

MichalKinas
Copy link
Contributor

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation
  • Other... Please describe:

What is the current behaviour? (You can also link to an open issue here)

Context menu items can't be accessed via keyboard.

What is the new behaviour?

Context menu items (except ones placed with ADF DynamicExtensionComponent ) are correctly passed to the material menu which results in them being properly focused and accessible via keyboard.

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

@DenysVuika
Copy link
Contributor

Let's review this for the next release, the PR addresses toolbar items, and context menu is in another component actually: app/src/app/components/context-menu/context-menu.component.ts

@DenysVuika DenysVuika added this to the 3.2.0 milestone Oct 21, 2022
@MichalKinas MichalKinas merged commit eee6fec into develop Nov 2, 2022
@MichalKinas MichalKinas deleted the bugfix/dev-mkinas-ACS-3700-a11y-adw-incorrect-tabbing-through-the-context-menu branch November 2, 2022 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants