You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a cell with a checkbox is focused, it should be toggleable by hitting SPACE. In fact, that works in Vaadin 23.
In Vaadin 24 you have to hit ENTER first. Then you are in interaction mode (I hope, this is the right term). Now the focus is directly on the checkbox and hitting SPACE works. But I don't wanna be forced to enter this mode.
Expected outcome
SPACE toggles the checkbox in grid cells in Vaadin 24, too.
In Vaadin 24.1 the selection checkbox had a click event listener, that performed the selection and sent it over to the server.
In the latest Vaadin this is now changed, and the checkbox performs the actual selection on the checked-changed event.
The actual change was vaadin/flow-components#5246 and it landed in Vaadin 24.2 (so 24.2 and 24.3 are also affected).
We will discuss this issue with the team. Probably the click listener logic could be restored.
Description
When a cell with a checkbox is focused, it should be toggleable by hitting SPACE. In fact, that works in Vaadin 23.
In Vaadin 24 you have to hit ENTER first. Then you are in interaction mode (I hope, this is the right term). Now the focus is directly on the checkbox and hitting SPACE works. But I don't wanna be forced to enter this mode.
Expected outcome
SPACE toggles the checkbox in grid cells in Vaadin 24, too.
Minimal reproducible example
Vaadin Examples will do:
Steps to reproduce
Environment
Vaadin version(s): 24
OS: Windows 11
Browsers
Edge
The text was updated successfully, but these errors were encountered: