[BUG] [ FIX] noticeMouseOver-wiz (sm)

Peace Jerome peace_the_dreamer at yahoo.com
Mon Jul 26 05:06:49 UTC 2004


MouseEvent>>noticeMouseOver: aMorph 
	source
		ifNotNil: [source noticeMouseOver: aMorph event:
self]
		
	is a bug. 
	
The 	Ivar source refers to a hand object.
noticeMouseOver: is a selector only for MouseEvent not
for hand objects.

	It avoided detection because it is never sent.
	
	The fix is to remove it from the system.


		
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail



More information about the Squeak-dev mailing list