vaadin / flow-components

Java counterpart of Vaadin Web Components
101 stars 66 forks source link

Grid CTRL and SHIFT interaction is buggy #6397

Closed enver-haase closed 2 months ago

enver-haase commented 3 months ago

Description

When multiselecting with SHIFT then deselecting one row with CTRL and then multiselecting rows with SHIFT again, the deselected line comes back. See video.

Expected outcome

The deselected row should stay deselected.

Minimal reproducible example

See video. Use a multiselect Grid.

Steps to reproduce

See video.

Environment

Vaadin version(s): 24.4 OS: n/a

Browsers

No response

enver-haase commented 3 months ago

MultiSelect

web-padawan commented 3 months ago

Please note that support for Shift and Control click selection is actually not yet implemented. See https://github.com/vaadin/web-components/issues/2041

sissbruecker commented 2 months ago

As mentioned above, there currently is no multi-selection feature with Shift or Ctrl keys. Closing.