Vauxoo / odoo

Fork of Odoo (formerly OpenERP). [This project is not publically mantained just born for internal usage with some little patches] go to official repository on github.com/odoo/odoo
https://www.odoo.com
Other
9 stars 9 forks source link

[FIX] web: Make top bar's menu items navigable when using the keyboard #263

Closed luisg123v closed 6 years ago

luisg123v commented 6 years ago

Description of the issue/feature this PR addresses: Sidebar's menu items are not currently reachable when using the keyboard.

Current behavior before PR: Items are missing the attribute href, thus are not indexed for tabbing navigation.

Desired behavior after PR is merged: This change causes that attribute to be included, so the menu items are reachable and navigable when using the keyboard.

Video showing the behavior before and after this patch: https://youtu.be/G_IA3oczNog

-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

luisg123v commented 6 years ago

opw ticket: 1828262.

CC @luistorresm & @nhomar

luisg123v commented 6 years ago

submitted to Odoo on Odoo/odoo#23732