User tests: Successful: Unsuccessful:
Pull Request for Issue #35467.
Removed popovers on the 'title' in Category list.
Head over to http://localhost/joomla-cms/index.php/article-category-list after installing sample data.
none.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
@chmst I made some changes in the code . Now, People can see or hear the link functionality of sorting the column.
***After change in code
https://user-images.githubusercontent.com/60544908/144995602-3bd3f459-0e1e-49fa-8d98-01af6a8d151a.mp4
It works but is it the right solution? Should the Tooltip be there at all? Sighted users just have to know that clicking a heading will sort by that column?
Sir, I removed the tooltip and the rest is the same.
After Change in code
@AJAY007L Could you fix the code style errors reported here? https://ci.joomla.org/joomla/joomla-cms/49027/1/6
Thanks in advance.
I have tested this item
Category | Libraries | ⇒ | Language & Strings Libraries |
Labels |
Added:
Language Change
|
Labels |
Added:
?
|
This should be closed as an abandoned pr AND completely the wrong approach as already detailed
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-06-22 14:34:50 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
?
Removed: ? |
@AJAY007L thanks for your contribution and working on that issue.
But we don't use titles in headers as you can see in backend overviews. Users see already the headline (or hear it if they are blind). The purpose if the information is: Say the user that he can order the table with a click on the link. In a way which is a11y (popovers are not).
So adding a title is not the right solution here. If you like to work on this - try understanding tooltips ;)