|
Fix for Accessibility issues with Tables (highlighted by UCOP electronic accessibility review)
Changes: - Added scope="col" to table header tags <th> that were missing them. - The Jquery dropdown menus in tables are closed when the table cell containing it is out of focus. (The issue the fontawesome sort icons are read as 'column # link'. Add some screen reader only text. This issue was sorted by someone else who added ".screen-reader-text" class to the sort_link_name() method in app/controllers/concerns/paginable.rb.) Fix for issue #1455. |
|---|
|
|
| app/javascript/packs/application.js |
|---|
| app/javascript/utils/outOfFocus.js 0 → 100644 |
|---|
| app/views/paginable/templates/_customisable.html.erb |
|---|
| app/views/paginable/templates/_organisational.html.erb |
|---|