Review request info-box accessibility

Review Request #10963 — Created March 21, 2020 and updated — Latest diff uploaded

Information

Review Board
master

Reviewers

  1. Showing a "(i)" info icon (using Font Awesome) on the right-hand side of a row's summary column when hovering over the row or when the focus is on some child of the row. The infobox should only be popped up when hovering over that icon, or when tabbing to it and pressing Space, Enter, Up, or Down.
  2. Improving keyboard accessibility in the infobox. When opening the infobox via keyboard, focus should move to the infobox. The branch, timestamp, and description fields will also be focusable.
  3. Tabbing out of the infobox or pressing Escape should close the infobox.

[aria-expanded="true"] keeps icon when infobox open.

Add info-icon & add key accessibility to icon:
_onTargetKeyDown($target, InfoboxViewType, evt) will display the infobox by pressing UP, DOWN, ENTER, SPACE key while the info-icon is focused.
_onInfoboxKeyDown(evt) will hidden the infobox by pressing ESCAPE key while the infobox or it's children are focused.

tabindex="0" makes branch & timestamp, and description area focusable.

Make branch, timestamp, and description area accessibly by keydown:
_onHoverItemKeyDown(evt) will display the hover details for the branch and timestamp by pressing UP, DOWN, ENTER, SPACE key while the item is focused. This will hide the hover details for the item by pressing ESCAPE key while the item is focused.
_onScrollableKeyDown(evt) will turn off the padding so the scrollbar has room by pressing UP, DOWN, ENTER, SPACE key while the item is focused. This will re-enable the padding where the scrollbar would be by pressing ESCAPE key while the item is focused.

Manually Tested on Firefox, Chrome, and Safari.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.

orig
1
2
3
4
5

Commits

First Last Summary ID Author
change link_css_class for SummaryColum
89965b53360b88265b58f737c6ee6f08572e12db XiaoleZ
add info-icon and hover effect
6fc1b6e1e1943bb62c06dcaf69b9a5478351bf1a XiaoleZ
add info-icon & add key accessibility to icon
f5369761f6729f293dbcb721b315928fec30e556 XiaoleZ
Make Branch & timestamp focusable, Keep icon when infobox open
01d614d1f449b3ac35bd881cf4002aadeb9371db XiaoleZ
reviewboard/datagrids/columns.py
reviewboard/static/rb/css/ui/datagrids.less
reviewboard/static/rb/js/ui/views/infoboxManagerView.es6.js
reviewboard/templates/reviews/review_request_infobox.html
Loading...