Daily updates from Odoo
Wednesday, April 11, 2018
1 change
Resolved issues and error corrections
The More menu in the web interface now places its items in the expected tab order after the More button. This makes keyboard navigation more intuitive and improves accessibility for users who rely on the keyboard.
Original PR description
Description of the issue/feature this PR addresses: Currently, when the button "More" is opened, the HTML elements of their items are located before the button, instead of being after. Current behavior before PR: When navigating using the keyboard, if the button is opened ant `<tab>` is pressed, the focus will not go to the menu items. Desired behavior after PR is merged: This change causes the HTML elements of the menu items to be moved, from before to after the button "More". -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr