gcdevops / HRWhiteListing

MIT License
2 stars 0 forks source link

Filter control buttons unreachable by keyboard #92

Open will0684 opened 4 years ago

will0684 commented 4 years ago

The search filter control buttons are unreachable with keyboard navigation. All controls must be reachable by keyboard.

Screen Shot 2020-04-01 at 3 55 35 PM

You can read more about this WCAG2.0 success criterion here: https://www.w3.org/TR/UNDERSTANDING-WCAG20/keyboard-operation-keyboard-operable.html

shawnthompson commented 4 years ago

Definitely a make or break issue. First thing we check is keyboard.

will0684 commented 4 years ago

Cannot be fixed at the module level. Odoo source must be modified, specifically

odoo/addons/web/static/src/xml/base.xml

and maybe changes to

odoo/addons/web/static/src/js/widgets/dropdown_menu.js

For this to work with our current dev setup we would need to create a custom docker image of odoo to pull into our compose.

will0684 commented 4 years ago

related to #178