-
- Downloads
[FIX] web: list: execute group button with keyboard navigation
Recent work on the list view allowed to add buttons in group headers (see 015958dc). However, we couldn't execute the action of the button by pressing Enter, because the Enter keydown was stopPropagated by another handler (folding the group). This rev. makes this work, and also improves a bit the style of the buttons in group headers. Task 1915702
Showing
- addons/web/static/src/js/views/list/list_renderer.js 43 additions, 17 deletionsaddons/web/static/src/js/views/list/list_renderer.js
- addons/web/static/src/scss/list_view.scss 3 additions, 0 deletionsaddons/web/static/src/scss/list_view.scss
- addons/web/static/tests/views/list_tests.js 72 additions, 0 deletionsaddons/web/static/tests/views/list_tests.js
Loading
Please register or sign in to comment