Skip to content
Snippets Groups Projects
Commit d43624b5 authored by Aaron Bohy's avatar Aaron Bohy
Browse files

[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
parent d971e4f4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment