views:

12

answers:

0

I have a list that contains some interactive elements, including a custom textinput (Hillel Coren's FlowBox from his AutoComplete open source project). I'm trying to support drag and drop to reorder elements in the list for all of the other elements except for the FlowBox, but for the time-being I found a weird error that occurs when I drag and drop out of the List. The debugger says that the FlowBox is still in the dataProvider, but I can't see it or interact with it. I was wondering if anyone else had run into issues regarding dragging out of a list. By the way, none of the other elements in the list are doing this.