-
- Downloads
[FIX] web: Aria attributes on buttons Export All & optional columns
Some aria attributes were missing or incorrectly set on these new buttons: - The button "Export All" was missing an `aria-label` attribute - The button to show/hide optional columns was also missing an `aria-label` attribute, and its menu items (checkboxes to show/hide columns) were missing a proper role - Ever since the debug manager was added in frontend on 73327db0, the `aria-label` attribute was not being rendered correctly on the button to open developer tools closes odoo/odoo#70390 X-original-commit: 620e4cc2 Signed-off-by:Nicolas Lempereur (nle) <nle@odoo.com>
Showing
- addons/web/i18n/web.pot 14 additions, 0 deletionsaddons/web/i18n/web.pot
- addons/web/static/src/js/core/dom.js 3 additions, 0 deletionsaddons/web/static/src/js/core/dom.js
- addons/web/static/src/js/views/list/list_renderer.js 2 additions, 0 deletionsaddons/web/static/src/js/views/list/list_renderer.js
- addons/web/static/src/xml/base.xml 1 addition, 1 deletionaddons/web/static/src/xml/base.xml
- addons/web/static/src/xml/debug.xml 5 additions, 2 deletionsaddons/web/static/src/xml/debug.xml
Loading
Please register or sign in to comment