<div dir="ltr">Hi, I noted a small bug when I was doing some exercises in Cuis so I tried to fix it: <div><img src="cid:ii_lwbf8hec1" alt="image.png" width="372" height="316" style="margin-right: 0px;"><br></div><div>When the mouse is over a button and you scroll, it ends up scrolling the text that sits behind the active window, which in this case is the Terse Guide.</div><div><br></div><div>I started looking how to fix this and I found that PluggableScrollPane is the class responsible for modeling scrolling windows. I noted that it doesn't listen to mouseOver events, so I did it and added an instance collaborator named mouseIsOver, whose value is checked when the mouseScroll event is called. This seems to have fixed the problem.</div><div>I then looked its sibling class, PluggableButtonMorph, that listens to the mouseOver events in the same manner that I end up implementing it in PluggableScrollPane, which make me wonder if I had to put mouseIsOver in their superclass, however, I ended up discarding the idea.</div><div>I include the ChangeSet with the changes.</div><div><br></div><div>Thanks in advance.</div><div><br></div></div>