Displaying 1 result from an estimated 1 matches for "345c320".
Did you mean:
3359320
2005 Dec 03
0
dragdrop patch that enables dragging from and to divs with overflow:scroll
...MoveBy(element, -top_offset, -left_offset, {duration:dur});
> },
227,229c205
< if(this.onFront) {
< return;
< }
---
>
253c229
< if(this.options.ghosting && !this.options.bringtofront) {
---
> if(this.options.ghosting) {
302d277
<
345c320
< if(this.options.ghosting && !this.onFront ) {
---
> if(this.options.ghosting) {
350,367d324
< if(this.options.bringtofront && !this.onFront) {
< this.onFront=true;
< pos=Position.page(this.element);
<
< th...