No, i haven't yet.  the problem for me is that I don't have an install
of IE6/7 to test this out on.  I'd be happy to apply any patch that
someone has that has been tested against IE6 and IE7 though.

On Feb 13, 2008 12:54 AM, Edward Yakop <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Thanx for the hints :)
> The problem is solved, but I'm not sure whether Ryan has patched the
> scriptaculous code in wicket-stuff svn.
>
> Regards,
> Edward Yakop
>
>
> On Feb 13, 2008 2:10 PM, Ernesto Reinaldo Barreiro <[EMAIL PROTECTED]> wrote:
> > Don't know if it is the same issue but I have found  the same problem a
> > while ago (refreshing a component via Ajax) and the problem was
> > scriptaculous requires to clean up the Droppables  if an element was
> > removed from the DOM tree. So, all I did was add a a clearAll
> > (JavaScript) method  that delete all the Droppables. something like
> >
> > var Droppables = {
> >   drops: [],
> >
> >   removeAll: function(element) {
> >     this.drops = [];
> >   },
> >
> > ......
> >
> > and then call it before any Ajax request that recreated the DOM tree. So
> > that I could safely recreated my component and make them droppables
> > again. This worked fine for IE7. For Firefox I never found those
> > problems... There was a note on the web page explaining Droppables that
> > suggested this idea...
> >
> > Hope this helps...
> >
> > Best,
> >
> > Ernesto
> >
> >
> > Lan Boon Ping wrote:
> > > Hi,
> > >
> > > I have encountered a DragNDrop problem using wicketStuff-scriptaculous
> > > in IE6/IE7. The DragNDrop only work for the first time, but
> > > subsequently, the draggable object is no longer draggable. FYI, this
> > > problem doesn't exist in Firefox and it can be reproduced in
> > > wicket-contrib-scriptaculous-examples.
> > >
> > > Any hints?
> > >
> > > Thanks in advance.
> > >
> > > Regards
> > > Boon Ping.
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to