Wordpress Access Control page hard to navigate
In Drupal (out of the box I think) the permissions page has a sticky header which makes it easier to assign permissions. When I'm setting up permissions for various organizations I find it hard to do this really quickly (like Drupal), because you have to really remember each Role and their position when assigning specific permissions.
Base problem
- Hard to know which role is in what column when scrolling down the page of Wordpress Access Control
- Have to scroll back to the top or find other workarounds to know which role is in which column for specific role-based permissions
Proposed fixed
- Change output of table to provide a
thead
and then assign sticky headers to that table so that the top role header appears sticky
Patch forthcoming.