You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
An unexpected table header element transformation when implementing the 'select all' functionality for checkboxes. Upon attaching a 'select' event handler to the <Th> element within the checkbox column's header, the <Th> element is converted to a <Td> element in the DOM.
Compromising the table structure creates an accessibility issue as there is no table header(<Th>) for a column.
What is your product and what release date are you targeting?
Customer Portal
Any other information?
As part of the Customer Portal accessibility initiative, we are fixing all the accessibility issues throughout the Customer Portal. So this issue is a high-priority one as it is affecting the accessibility score on all pages which use this table.
The text was updated successfully, but these errors were encountered:
Describe the problem
An unexpected table header element transformation when implementing the 'select all' functionality for checkboxes. Upon attaching a 'select' event handler to the
<Th>
element within the checkbox column's header, the<Th>
element is converted to a<Td>
element in the DOM.Compromising the table structure creates an accessibility issue as there is no table header(
<Th>
) for a column.How do you reproduce the problem?
Please try to inspect the structure of this table in the DOM.
https://www.patternfly.org/components/table/#selectable-with-checkbox
Expected behaviour
The table structure should not be altered on rendering in the DOM.
Is this issue blocking you?
https://issues.redhat.com/browse/PCM-12748
Screenshots
What is your environment?
What is your product and what release date are you targeting?
Customer Portal
Any other information?
As part of the Customer Portal accessibility initiative, we are fixing all the accessibility issues throughout the Customer Portal. So this issue is a high-priority one as it is affecting the accessibility score on all pages which use this table.
The text was updated successfully, but these errors were encountered: