[Javascript] scroll event

Peter-Paul Koch pp.koch at gmail.com
Tue Jan 25 10:01:21 CST 2005


> How to capture onScroll event in firefox. window.oncroll = function;
> doesn't work in firefox :(

The scroll event only fires when you scroll by dragging the scrollbar,
not when you use the arrow keys or the mouse wheel. So the scroll
event is very badly supported in Mozilla.

-- 
-------------------------------------------------------------------
ppk, freelance web developer

Bug Report: Report bugs yourself, or comment on previously 
reported ones.
http://www.quirksmode.org/bugreports/
------------------------------------------------------------------



More information about the Javascript mailing list