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
Definitely need to expose status to screen readers. Currently the icons do not have accessible text applied (e.g. aria-label).
I think it would be beneficial to display the full text, though, especially since there isn't really a legend for the icons (aside from opening the status filter) and the same icons are used for slightly different meanings (e.g. expired entries and suspended users statuses are both red squares).
This can be similar to how the status is displayed when the entry/user is being edited:
Status should have its own column in the listing tables.
I wonder if using the same style icons for statuses and boolean fields might be confusing since they have different meanings... Maybe the boolean option can be represented with a checkmark instead?
I was also thinking about a different type of icon for status. For example, circles with different amounts filled? This seems like it would represent the statuses more intuitively, but might be harder to distinguish than the different shapes.
I think it'd be good to remove the icon next to 'All' in the status dropdown, since it looks like it might filter to show items with the same icon as the disabled entries:
Additional info
Craft version: 3.5.11.1
PHP version:
Database driver & version:
Plugins & versions:
The text was updated successfully, but these errors were encountered:
Description
Definitely need to expose status to screen readers. Currently the icons do not have accessible text applied (e.g. aria-label).
I think it would be beneficial to display the full text, though, especially since there isn't really a legend for the icons (aside from opening the status filter) and the same icons are used for slightly different meanings (e.g. expired entries and suspended users statuses are both red squares).
This can be similar to how the status is displayed when the entry/user is being edited:
![Orange triangle with 'Pending' text to its right.](https://user-images.githubusercontent.com/17884198/94489083-b5b31000-0198-11eb-857c-2c2dcb6c8fd8.png)
Status should have its own column in the listing tables.
I wonder if using the same style icons for statuses and boolean fields might be confusing since they have different meanings... Maybe the boolean option can be represented with a checkmark instead?
![Screen Shot 2020-09-28 at 2 57 56 PM](https://user-images.githubusercontent.com/17884198/94490375-0297e600-019b-11eb-89c7-77fbe92685b5.png)
I was also thinking about a different type of icon for status. For example, circles with different amounts filled? This seems like it would represent the statuses more intuitively, but might be harder to distinguish than the different shapes.
I think it'd be good to remove the icon next to 'All' in the status dropdown, since it looks like it might filter to show items with the same icon as the disabled entries:
![Screenshot of status dropdown. There is the same empty circle icon next to 'All' and 'Disabled'.](https://user-images.githubusercontent.com/17884198/94491125-78508180-019c-11eb-9068-5f94f4664139.png)
Additional info
The text was updated successfully, but these errors were encountered: