<div dir="ltr"><div>Hi,</div>All windows with scroll panes are affected, AFAICT.<div>I&#39;m on Spur, but I doubt that has any significance.</div><div><br><div>When I move the mouse over a scroll bar it scrolls without clicking on it.</div><div>(Alas sometimes it stops auto-scrolling, without any clue why)</div><div><br></div><div>Is quite disorienting, stuff scrolls out of view as I move the mouse in and out of panes.</div><div><br></div><div>If this intended behavior, it must/should be made a preference. </div><div><br></div><div>Karl</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 1, 2015 at 10:51 PM, Chris Muller <span dir="ltr">&lt;<a href="mailto:asqueaker@gmail.com" target="_blank">asqueaker@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I can&#39;t recreate the problem.  What browser are you using?<br>
<br>
The change you mention is consistent with every other type of event<br>
handling.  It may have exposed another bug somewhere else, but I don&#39;t<br>
think it should be considered a bug, itself.<br>
<div class="HOEnZb"><div class="h5"><br>
On Mon, Jun 1, 2015 at 3:20 PM, karl ramberg &lt;<a href="mailto:karlramberg@gmail.com">karlramberg@gmail.com</a>&gt; wrote:<br>
&gt; The scrolling bug is caused by this change:<br>
&gt;<br>
&gt; <a href="http://source.squeak.org/trunk/Morphic-cmm.984.mcz" target="_blank">http://source.squeak.org/trunk/Morphic-cmm.984.mcz</a><br>
&gt;<br>
&gt; Morph&gt;&gt;handlesMouseMove: anEvent<br>
&gt; &quot;Do I want to receive mouseMove: when the hand passes over the receiver?<br>
&gt; Rules say that by default a morph gets #mouseMove iff<br>
&gt; * the hand is not dragging anything,<br>
&gt; + and some button is down,<br>
&gt; + and the receiver is the current mouse focus.&quot;<br>
&gt; ---&gt; self eventHandler ifNotNil: [^ self eventHandler handlesMouseMove:<br>
&gt; anEvent]. &lt;-------<br>
&gt; anEvent hand hasSubmorphs ifTrue: [ ^ false ].<br>
&gt; (anEvent anyButtonPressed and: [ anEvent hand mouseFocus == self ]) ifFalse:<br>
&gt; [ ^ false ].<br>
&gt; ^ true<br>
&gt;<br>
&gt; There seem to be some unintended behavior because of this change.<br>
&gt;<br>
&gt; Karl<br>
&gt;<br>
&gt; On Mon, Jun 1, 2015 at 10:11 PM, karl ramberg &lt;<a href="mailto:karlramberg@gmail.com">karlramberg@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; In latest image the mouse seem to scroll sliders just by mouse over the<br>
&gt;&gt; scroll bar.<br>
&gt;&gt; It&#39;s a very unusual behavior, and I think I would like to opt out of it.<br>
&gt;&gt;<br>
&gt;&gt; Is there a preference or is this a bug ?<br>
&gt;&gt;<br>
&gt;&gt; Karl<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
</div></div></blockquote></div><br></div>