Completed
Last Updated: 10 Jul 2025 13:35 by ADMIN
Release 2025 Q3 (Aug)
Created by: Rusli
Comments: 0
Category: ListBox
Type: Bug Report
2
The drag and drop functionality of the ListBox does not work on Android. When you try to drag an item, the item does not move.
Unplanned
Last Updated: 22 Nov 2024 13:56 by Mike
When you move an item from one list to another using the keyboard, the focus is not retained on the moved item, which does not allow you to move the item back.
Completed
Last Updated: 01 Feb 2024 06:49 by ADMIN
Release 2024 Q2 (May)
The behavior is reproducible if you have selected item(s) at the beginning of the list and one of them is focused. In this case, if you scroll down, so the selected item is out of view, pressing `Shift` or `Ctrl` scrolls to the focused selected item at the top preventing you from clicking on the last item.

The same issue can be reproduced in reverse - if you select an item at the bottom and scroll to the top so the selection is not in the view. In this case, pressing `Shift` or `Ctrl` will force scroll down to the focused selected item.

The issue is reproducible in both selection modes.
Unplanned
Last Updated: 25 Oct 2023 12:26 by Stefan
Created by: Stefan
Comments: 0
Category: ListBox
Type: Bug Report
1
When the ListBox is focused for the first time via the keyboard, it should focus the first selected item. Currently it focuses the first item, regardless of selection.