search for: stopscrolling

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

2006 Jan 30
0
Draggable with auto-scroll
....prepare(); Droppables.show(pointer, this.element); Draggables.notify(''onDrag'', this, event); this.draw(pointer); if(this.options.change) this.options.change(this); if(this.options.scroll) { //if(this.scrollInterval) this.scroll(); this.stopScrolling(); //var p = Position.page(this.options.scroll); var p = Position.cumulativeOffset(this.options.scroll); //p[0] += this.options.scroll.scrollLeft; //p[1] += this.options.scroll.scrollTop; p.push(p[0]+this.options.scroll.offsetWidth); p.push(p[1]+this.option...
2006 Aug 07
8
Dropables problem on scroll bars
I have a droppable and draggable implementation. works pretty much well except when my droppables are on a scrollbar (created via overflow:auto) since my droppables are on a list. seems that the droppables aren''t working well with scrollbars and overflow. please help! thanks! _______________________________________________ Rails-spinoffs mailing list