Scheduler: Multilevel grouping — Fix aria-required-parent in vertical group panel - #34648
Merged
Conversation
aleksei-semikozov
force-pushed
the
feature/scheduler-multilevel-grouping/fix-a11y-vertical-group-panel
branch
from
August 4, 2026 14:24
c4aea7d to
2600696
Compare
aleksei-semikozov
marked this pull request as ready for review
August 4, 2026 15:04
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes an accessibility issue in the Scheduler’s vertical group panel (multilevel grouping) by removing an ARIA role that triggers aria-required-parent violations, and expands automated a11y coverage for grouped Scheduler configurations.
Changes:
- Removed
role="rowheader"from the vertical group panel node cell to avoid invalid ARIA role hierarchy. - Updated Jest unit tests to reflect the removed
roleand explicitly assert it is not present. - Added TestCafe a11y (axe) coverage for grouped Scheduler scenarios across multiple views/orientations, including hierarchical resources.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/devextreme/js/__internal/scheduler/r1/components/base/group_panel_vertical_node.tsx | Removes invalid rowheader role from group panel cell markup to address axe aria-required-parent. |
| packages/devextreme/js/__internal/scheduler/r1/components/base/group_panel_vertical_node.test.tsx | Aligns unit expectations with the updated markup and adds an explicit assertion that role is not set. |
| e2e/testcafe-devextreme/tests/accessibility/scheduler/scheduler.ts | Adds axe checks for Scheduler grouping scenarios across multiple views/orientations and resource hierarchies. |
aleksei-semikozov
force-pushed
the
feature/scheduler-multilevel-grouping/fix-a11y-vertical-group-panel
branch
2 times, most recently
from
August 5, 2026 11:19
536b8fa to
f2b7146
Compare
aleksei-semikozov
force-pushed
the
feature/scheduler-multilevel-grouping/fix-a11y-vertical-group-panel
branch
from
August 5, 2026 11:56
f2b7146 to
3ee5db2
Compare
sjbur
approved these changes
Aug 5, 2026
aleksei-semikozov
merged commit Aug 5, 2026
6bd80da
into
feature/scheduler-multilevel-grouping/main
96 of 98 checks passed
aleksei-semikozov
deleted the
feature/scheduler-multilevel-grouping/fix-a11y-vertical-group-panel
branch
August 5, 2026 12:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.