-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2
-
b14
-
generic
-
windows_xp
-
Verified
I am showing a list which is in multi-selection mode initially. Some of the items in the list are selected. I am clicking on a button to toggle the selection mode of the list. Say if the list is in multi-mode, clicking a button would make it single-selection mode and vice versa. When I change from multi-select mode to single select mode, an empty item is appended to the end of the list and clicking on this empty item triggers spurious item events. This is incorrect.
This is reproducible only on Win32 since 1.4.2. Not reproducible on XToolkit.
I have attached a sample test. Execute it on WinXP. You would see a list. Select few items in the list. Click on the button adjacent to the list. Scroll down to the end of the list. If you see an empty space, the bug is reproduced. Click on the empty space, it will trigger an item event for the currently selected item.
###@###.### 2005-03-30 16:10:58 GMT
This is reproducible only on Win32 since 1.4.2. Not reproducible on XToolkit.
I have attached a sample test. Execute it on WinXP. You would see a list. Select few items in the list. Click on the button adjacent to the list. Scroll down to the end of the list. If you see an empty space, the bug is reproduced. Click on the empty space, it will trigger an item event for the currently selected item.
###@###.### 2005-03-30 16:10:58 GMT
- relates to
-
JDK-5010944 List's rows overlap one another
- Closed