Hi,
I have been working on new ideas for a dragdrop library. It started
based on the Yahoo! ui dragdrop library but has changed almost
completely. The main focus of my research is to create a much faster
dragdrop library with greater levels of abstraction. I don't have to
cache target regions at the start of each drag, I don't have to loop
through potential targets with every mouse move. Both of these are
perfomance killers when there are many targets.
I've blogged about the main idea and posted some undocumented
development code with a working example. More work needs to be done on
my code but it looks like my idea works well.
http://peter.michaux.ca/articles/2006/06/16/donut-dragdrop
I'm hopeful a few ideas will catch the eye of some Yahoo! developers
and find their way into the Yahoo! dragdrop library.
Peter