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

fix keyboard navigation issues with windowTopMenu #3914

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

fstoe
Copy link

@fstoe fstoe commented Jun 11, 2024

Hello,
this PR tries to fix the issue described here: #3903

The reason why view and thumbnail options could not be controlled correctly was due to the use of the MUI Menu component and not the wrong TabIndex as described in the issue. The component expects MenuItems as direct children. This was fixed by using a popover instead of the menu, (on which menu is based upon) and setting the MenuLists in WindowViewSettings and WindowThumbnailSettings.

@fstoe fstoe marked this pull request as draft June 11, 2024 09:31
@fstoe fstoe marked this pull request as ready for review June 11, 2024 09:51
@fstoe
Copy link
Author

fstoe commented Jun 12, 2024

Edit: It seems as the keyboard navigation worked as expected when M3 was still using Material Ui v4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants