|
StringMorph new contents: 'test; on: #mouseEnter send: #mouseEnter:from: to: self; on: #mouseLeave send: #mouseLeave:from: to: self; on: #click send: #mouseClick:from: to: self; yourself.
With this piece of code, if you add the methods to the class and log each time an event happens, you will see that we have two enter and leave event each time.
The problem comes from Morph>>handleMouseEnter/Leave:
|
|
|
Priority: 3 – Must Fix
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo8.0
|
Go to Case
|
|