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.
dev
1 parent c5ec6fe commit a0ee70a0930d9f32ac5e5d2191575416c7fa3783
@John Pinto John Pinto authored on 19 Sep 2019
Showing 4 changed files
View
app/javascript/packs/application.js
View
app/javascript/utils/outOfFocus.js 0 → 100644
View
app/views/paginable/templates/_customisable.html.erb
View
app/views/paginable/templates/_organisational.html.erb