-
Notifications
You must be signed in to change notification settings - Fork 393
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: (CXSPA-9075) fix footer region group labels arialLabel issue. #19875
Conversation
Merge Checks Failed
|
spartacus Run #46743
Run Properties:
|
Project |
spartacus
|
Branch Review |
feature/CXSPA-9075
|
Run status |
Passed #46743
|
Run duration | 04m 11s |
Commit |
07d28c8b25 ℹ️: Merge 0f2968b6765b524f274ae4d4f6b92ce4f7bf8aab into ccebeb7d891a01a80f5a50abb44b...
|
Committer | Uros Lates |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
3
|
Pending |
2
|
Skipped |
0
|
Passing |
125
|
View all changes introduced in this branch ↗︎ |
@@ -153,6 +153,8 @@ | |||
[attr.depth]="getTotalDepth(node)" | |||
[attr.wrap-after]="node.children.length > wrapAfter ? wrapAfter : null" | |||
[attr.columns]="getColumnCount(node.children.length)" | |||
role="group" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should keep the role unchanged. This is a list with listitems inside, I am not sure why we would be grouping them all together instead. The aria-label will still be read and this way we are keeping the semantic role. This would affect all implementations of the navigation-ui not just the footer, we need to keep this in mind while testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed!
Merge Checks Failed
|
Closes: https://jira.tools.sap/browse/CXSPA-9075