<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Dang, there's always another layer of complication isn't there :p<br><br>My other solution is to track the mouse (onMouseDown: and onMouseMove:) in order to modify the scroll values, but that's gotta be horribly taxing on the server, I would think.<br><br>RS<br><br>&gt; From: renggli@gmail.com<br>&gt; Date: Tue, 27 Oct 2009 18:48:16 +0100<br>&gt; Subject: Re: [Seaside] onScroll:<br>&gt; To: seaside@lists.squeakfoundation.org<br>&gt; <br>&gt; The onscroll event is not part of any specification. Some browsers<br>&gt; support it in some ways.<br>&gt; <br>&gt;     https://developer.mozilla.org/en/DOM/window.onscroll<br>&gt;     http://msdn.microsoft.com/en-us/library/ms536966(VS.85).aspx<br>&gt; <br>&gt; Lukas<br>&gt; <br>&gt; 2009/10/27 Robert Sirois &lt;watchlala@hotmail.com&gt;:<br>&gt; &gt; I have a draggable element inside of a div (hidden overflow, scrollbars). I<br>&gt; &gt; changed the scroll option on the draggable to true and the scrollbars move<br>&gt; &gt; as expected, but the onScroll: event doesn't seem to respond to this, only<br>&gt; &gt; if you actually move the scrollbars yourself. Should that event respond to<br>&gt; &gt; all scrolling?<br>&gt; &gt;<br>&gt; &gt; RS<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; New Windows 7: Find the right PC for you. Learn more.<br>&gt; &gt; _______________________________________________<br>&gt; &gt; seaside mailing list<br>&gt; &gt; seaside@lists.squeakfoundation.org<br>&gt; &gt; http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br>&gt; &gt;<br>&gt; &gt;<br>&gt; <br>&gt; <br>&gt; <br>&gt; -- <br>&gt; Lukas Renggli<br>&gt; http://www.lukas-renggli.ch<br>&gt; _______________________________________________<br>&gt; seaside mailing list<br>&gt; seaside@lists.squeakfoundation.org<br>&gt; http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br>                                               <br /><hr />New Windows 7: Find the right PC for you. <a href='http://www.microsoft.com/windows/pc-scout/default.aspx?CBID=wl&ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_pcscout:102009' target='_new'>Learn more.</a></body>
</html>