[squeak-dev] Re: BUG Automagic scrolling ?

marcel.taeumel Marcel.Taeumel at hpi.de
Tue Jun 2 07:47:46 UTC 2015


Chris' change is correct. The expectations in Slider >> #initializeSlider are
kind of specific and do not match anymore. There, it is assumed that
mouse-move events will only come after a mouse-down event -- not every time.
The thing is that there may be many other places where this is assumed.
Hmmm...

I propose this change:   fix-mouse-move-bug.cs
<http://forum.world.st/file/n4829903/fix-mouse-move-bug.cs>  

It makes #wantsEveryMouseMove functional again and adds it to the
EventHandler, too. It also duplicates the additional checks regarding mouse
focus, submorphs, button down, etc.

Best,
Marcel



--
View this message in context: http://forum.world.st/BUG-Automagic-scrolling-tp4829828p4829903.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list