Activity log for bug #1982503

Date Who What changed Old value New value Message
2022-07-21 18:53:48 Benjamin Kalish bug added bug
2022-07-21 18:54:23 Benjamin Kalish description The drop down menus in the staff client have no visual focus indicator, making it difficult for to tell when they have the keyboard focus. This makes it very difficult for most users to navigate the menus using the keyboard. The problem comes from bootstrap.min.css, which includes .dropdown-toggle:focus{outline:0}. Since most browser use the outline alone to indicate focus, this effectively hides the focus on these elements. Overriding this with a value that shows an outline (such as outline: solid gold thick;) is sufficient to fix this issue. The drop down menus in the staff client have no visual focus indicator, making it difficult to tell when they have the keyboard focus. This makes it very difficult for most users to navigate the menus using the keyboard. The problem comes from bootstrap.min.css, which includes .dropdown-toggle:focus{outline:0}. Since most browser use the outline alone to indicate focus, this effectively hides the focus on these elements. Overriding this with a value that shows an outline (such as outline: solid gold thick;) is sufficient to fix this issue.
2022-09-30 22:02:03 Stephanie Leary evergreen: assignee Stephanie Leary (stephanieleary)
2022-12-21 23:56:32 Stephanie Leary tags accessibility staffcatalog usability accessibility pullrequest staffcatalog usability
2022-12-21 23:56:36 Stephanie Leary evergreen: assignee Stephanie Leary (stephanieleary)
2022-12-21 23:56:43 Stephanie Leary evergreen: status New Confirmed
2022-12-22 21:57:15 Andrea Neiman marked as duplicate 1828468