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

[MA-25]: MM-61597: Ensure custom buttons provide proper name, role, and state information in move to option #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SaurabhSharma-884
Copy link

Summary

This PR ensures custom buttons provide proper name, role, and state information in the move to option of channel header drop-down.
There are buttons without appropriate role information. Examples include:
-Move to, Favorites, Channels and New Category buttons

Steps to reproduce

  • Navigate to the Town Square button and select it.
  • Now navigate to the move to button and notice that the element doesn't have a role.

Ticket Link

Fixes: https://mattermost.atlassian.net/browse/MM-61597

Screenshots

image

Release Note


@@ -11,7 +11,7 @@ exports[`GenericModal should match snapshot for base case 1`] = `
aria-hidden="true"
/>
<div
role="dialog"
role="none"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did this snap change to none?

@SaurabhSharma-884 SaurabhSharma-884 added the Approved Dev approved, ready to be reviewed by MM team label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Dev approved, ready to be reviewed by MM team On External
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants