owncloud-design-system
owncloud-design-system copied to clipboard
Sorting can't be focused/used via keyboard
Steps to reproduce
- With oC Web, login & get redirected to
All files - Use the
TABkey to reach theNamecolumn sorting indicator - Use the
TABkey once more
Expected behaviour
Have the next sortable column header focused
Actual behaviour
The checkbox of the first data row is being focused
Solution
I think it's necessary to wrap the full content of the th in a button instead of only using it for the sorting.