- π¦πΊAustralia silverham
Added combined patch over at: https://www.drupal.org/project/entity_browser/issues/3036009#comment-157... β¨ Configurable checkbox label RTBC
@see β¨ Configurable checkbox label RTBC
Description: The checkbox column (Entity browser bulk select form) has an empty table header cell <th>
. Even when a label is added to the "Entity browser bulk select form" in the view, there is no table header text on the view output.
For accessibility purposes, Table headers should never be empty.
Expected Results:
- When a label is added to the "Entity browser bulk select form" column in the view, that label should be displayed.
Steps to reproduce
- Install "Entity Browser" and "Entity Browser Example"
- Add some "Basic Page" nodes
- Navigate to views and edit "Node Entity Browser"
- Click "Update preview" button
- View table code
Result: There is no content in the table header <th>
for the "Entity browser bulk select form"
- Edit the "Entity browser bulk select form" in the "Fields" section of the view
- Check "Create a label", add label text, and apply changes
- Click "Update preview" button
- View table code
Result: There is no content in the table header <th>
for the "Entity browser bulk select form"
Needs review
1.5
User interface
It affects the ability of people with disabilities or special needs (such as blindness or color-blindness) to use Drupal.
Involves, uses, or integrates with views. In Drupal 8 core, use the βVDCβ tag instead.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Added combined patch over at: https://www.drupal.org/project/entity_browser/issues/3036009#comment-157... β¨ Configurable checkbox label RTBC
@see β¨ Configurable checkbox label RTBC