search for: onfront

Displaying 2 results from an estimated 2 matches for "onfront".

Did you mean: infront
2005 Dec 03
0
dragdrop patch that enables dragging from and to divs with overflow:scroll
...ion(element, top_offset, left_offset) { --- > reverteffect: function(element, top_offset, left_offset) { 143,166c143,144 < new Effect.MoveBy(element, -top_offset, -left_offset, < {duration:dur, < afterFinish:(function(){ < < if(this.onFront) { < this.onFront=false; < < this._clone.parentNode.insertBefore(this.element,this._clone); < this.element.style.left=this._clone.offsetLeft+"px"; < this.element.style.top=(this._clone.offsetTop-thi...
2005 Nov 04
19
Drag & Scroll
When using drag and drop, the browser window will not scroll if you move the mouse off the page. This makes it very difficult, if not impossible to create certain types of web applications. I know this has been mentioned before and is on the Wish List, but it''s very frustrating. If you look at this other Javascript library called "Drag''nDrop & DHTML Library"