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

[TreeView] Remove un-needed aria-activedescendant attribute #12867

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

flaviendelangle
Copy link
Member

@flaviendelangle flaviendelangle commented Apr 22, 2024

Closes #12494

Unless we consider this to be a BC @LukasTy? 🤔

@flaviendelangle flaviendelangle self-assigned this Apr 22, 2024
@flaviendelangle flaviendelangle added the component: tree view TreeView, TreeItem. This is the name of the generic UI component, not the React module! label Apr 22, 2024
@flaviendelangle flaviendelangle marked this pull request as ready for review April 22, 2024 12:39
@flaviendelangle flaviendelangle changed the title [TreeView] Remove un-needed aria-activedescendant attribute [TreeView] Remove un-needed aria-activedescendant attribute Apr 22, 2024
@mui-bot
Copy link

mui-bot commented Apr 22, 2024

Copy link
Member

@LukasTy LukasTy left a comment

Choose a reason for hiding this comment

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

LGTM. 👍

Unless we consider this to be a BC LukasTy? 🤔

IMHO this is a BC as some users might have relied on this feature for their tests or some other behavior based on previous versions' behavior. 🙈
Given that the change of behavior has been delivered as a BC with v7, then it would be safer to delay this change until v8.
On the other hand, I reckon that the amount of people this would impact is completely negligible. 😆

@flaviendelangle flaviendelangle added component: tree view TreeView, TreeItem. This is the name of the generic UI component, not the React module! and removed component: tree view TreeView, TreeItem. This is the name of the generic UI component, not the React module! labels Apr 22, 2024
@flaviendelangle flaviendelangle merged commit c430321 into mui:master Apr 23, 2024
17 checks passed
@flaviendelangle flaviendelangle deleted the remove-activeDescendant branch April 23, 2024 07:27
DungTiger pushed a commit to DungTiger/mui-x that referenced this pull request Jul 23, 2024
thomasmoon pushed a commit to thomasmoon/mui-x that referenced this pull request Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: tree view TreeView, TreeItem. This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TreeView] Investigate if aria-activedescendant attribute is necessary
3 participants