[Proto-Scripty] Re: dropOnEmpty:true causing flickering ?

2008-12-11 Thread James McBryan
Looking into the code a bit more, I believe the fix is the correct solution for the onEmptyHover function. As for the reason why there is flickering is because the onEmptyHover was being toggled for Sortables even though there are items in the list. And as an item is moving through a list, the

[Proto-Scripty] Re: dropOnEmpty:true causing flickering ?

2008-11-08 Thread Tobias Gassmann
Hi, I applied a quick and dirty hack to the onEmptyHover-function to get rid of the flickering when using dropOnEmpty -- onEmptyHover: function(element, dropon, overlap) { (it's in the dragdrop.js-file) There is an if-statement in this function which has to be altered: the original line in