PDA

View Full Version : DualListField bug



eugenparaschiv
6 Apr 2009, 3:29 AM
I have found a bug in DualListFieldExmaple (and implicitly in the functionality of DualList)

The example starts up and the two lists are rendered. The FROM list is on the left and contains some items and the TO list is on the right with no items.

How to reproduce the bug:
- select an item in the FROM list
- press the "move right" button to move the selection in the TO list
- the selection gets moved in the TO list
- if you press the "move right" button again, nothing will happen and that is ok
- select an item from the TO list
- press the "move left" button to move the selection in the FROM list
- the selection gets moved in the FROM list
- if you press the "move left" button again, the selection will again be added in the FROM list

This happens regardless of how many items are selected.
Thanks.
Eugen.

sven
6 Apr 2009, 7:01 AM
Fixed in SVN.