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

DataGrid - Contrast between icons in the Filter Row menu and their background doesn't comply with WCAG accessibility standards (T1257970) #28522

Open
wants to merge 17 commits into
base: 24_2
Choose a base branch
from

Conversation

tongsonbarbs
Copy link
Contributor

No description provided.

@tongsonbarbs tongsonbarbs self-assigned this Dec 9, 2024
@tongsonbarbs tongsonbarbs requested a review from a team as a code owner December 9, 2024 03:21
@tongsonbarbs tongsonbarbs removed the WIP Work in progress label Dec 10, 2024
@tongsonbarbs tongsonbarbs changed the title WIP: DataGrid - Contrast between icons in the Filter Row menu and their background doesn't comply with WCAG accessibility standards DataGrid - Contrast between icons in the Filter Row menu and their background doesn't comply with WCAG accessibility standards Dec 10, 2024
@tongsonbarbs tongsonbarbs changed the title DataGrid - Contrast between icons in the Filter Row menu and their background doesn't comply with WCAG accessibility standards DataGrid - Contrast between icons in the Filter Row menu and their background doesn't comply with WCAG accessibility standards (T1257970) Dec 10, 2024
getFilterCell(columnIndex: number): Selector {
return this.getFilterRow().find(`[aria-colindex='${columnIndex + 1}']`);
}

getFilterRangeOverlay(): Selector {
return this.body.find(`.${this.addWidgetPrefix(CLASS.filterRangeOverlay)}`);
}

getFilterMenuOverlay(): Selector {
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use the following approach to work with filter menu

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @Raushen , how do you mean by this? I see the link points to FilterEditor. Also to add, Filter Menu is found in an overlay wrapper which is outside the datagrid element..

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

Successfully merging this pull request may close these issues.

2 participants