sjivan / gwt-ext

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

Error javascript using ItemSelector #489

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
First of all, sorry for my English. I hope you will understand me.

I'm using the ItemSelector component and move an item from right side to
left side and when I try to select the item moved, it throws a javascript
error which says: Ext.fly is null. 

What steps will reproduce the problem?

1. Load the values. In the left side there must be several inserted values,
and in another side at least a value.
2. Select an item from the right side to the left using drag and drop.
3. Try to select the item moved in the step 2.

What is the expected output? What do you see instead?

The moved item in step 2 should be in left side and when I try to select
it, it shouldn't show errors. 

What version of the product are you using? On what operating system?

I am using GWT-1.5 and GWTEXT-2.0.5 and GWTEXTUX-0.3 and Windows XP.

Original issue reported on code.google.com by sdomingu...@gtempaccount.com on 17 Apr 2009 at 11:59