Open GoogleCodeExporter opened 8 years ago
Putting the focus on the hidden "_keyboardInput" input makes the browser to
scroll.
If we replace :
Timeline._Band.prototype._onMouseUp=function(B,A,C){this._dragging=false;
this._keyboardInput.focus();
};
by
Timeline._Band.prototype._onMouseUp=function(B,A,C){this._dragging=false;
};
The timeline does not scroll vertically on mouseup.
Unfortunately, the "arrow" keys don't work anymore.
Original comment by nicolas....@free.fr
on 19 Mar 2009 at 1:28
Original comment by stefano.mazzocchi@gmail.com
on 25 Mar 2009 at 7:01
Original comment by stefano.mazzocchi@gmail.com
on 25 Mar 2009 at 7:04
Original issue reported on code.google.com by
nicolas....@free.fr
on 17 Nov 2008 at 1:56