Gotlifebar / gwtquery-plugins

Automatically exported from code.google.com/p/gwtquery-plugins
0 stars 0 forks source link

Add the possibility to re-execute caching of droppables during drag operation #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For performance reason, the droppable plugin caches the dimension, position and 
other stuffs for all visible droppable elements when the drag operation starts.

Add a convenience method in DragAndDropManager to re-execute this caching when 
the droppables elements changes dynamically during the drag operation

Linked to the thread : 
http://groups.google.com/group/gwtquery/browse_thread/thread/76f2756894210dc1?hl
=en

Original issue reported on code.google.com by julien.d...@gmail.com on 6 Feb 2011 at 8:24

GoogleCodeExporter commented 8 years ago
resolved in r722 (branches and trunk)
You can now call  
DragAndDropManager.getInstance().update(context);

Original comment by julien.d...@gmail.com on 8 Feb 2011 at 8:38