search for: 302d277

Displaying 1 result from an estimated 1 matches for "302d277".

Did you mean: 302277
2005 Dec 03
0
dragdrop patch that enables dragging from and to divs with overflow:scroll
...new Effect.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); < <...