javierdotnet / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 2 forks source link

ItemSelector: while moving items left and right, some items disappear #465

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I am using the ItemSelector and I have noticed that it has a bug:
Sometimes, while moving items left and right, some items disappear!
That's very unstable.

What steps will reproduce the problem?
1. Load values in itemselector
2. Two or more values must begin in the same way for example: test and test2
3. When dragging test from right to left.

What is the expected output? What do you see instead?
On the left, it should show test and on the right it should keep test2 and
all the other values. However, test is shown on the left but test2
disappears from the right.

Please use labels and text to provide additional information.
P.S: I am using GWT-1.5 and GWTEXT-2.0.4 and GWTEXTUX-0.3 

Original issue reported on code.google.com by elie.toumahalabi@gmail.com on 13 Jan 2009 at 8:00