You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Joshua Lim <li...@gmail.com> on 2009/07/11 10:46:15 UTC

Re: YUI drag and drop problem in Wicket 1.4 rc4

Hi Johan

have you tried the yui-examples, "Reordering List" ? the list2 and list3 are
using YuiDDListView, and works for me.

What is your browser though?

Regards
Josh

2009/6/5 Johan Haleby <ha...@gmail.com>

> Hi,
>
> I'm using the latest snapshot of the YUI drag and drop component (a
> YuiDDListView) for Wicket 1.4 rc4. The problem is that there seems to be a
> bug in the code and the position parameter is lost. This means that where
> ever you drop a component it will always end up at the first position in
> the
> list view (since position is lost the integer position value is set to 0).
> Have anyone else experienced this problem? Is it a bug or am I doing
> something wrong?
>
> /Johan
>