class: FlyByHelp
authorClaus Gittinger <cg@exept.de>
Thu, 12 Sep 2013 10:30:14 +0200
changeset 3243 f78b2a3470eb
parent 3242 f8d10ab0f301
child 3244 259f8530131a
class: FlyByHelp comment/format in: #buttonMotion:x:y:view:
FlyByHelp.st
--- a/FlyByHelp.st	Wed Sep 11 16:03:57 2013 +0200
+++ b/FlyByHelp.st	Thu Sep 12 10:30:14 2013 +0200
@@ -76,6 +76,8 @@
     ].
 
     "/ don't start tooltip, if this view is not active
+    "/ does not work, because motion events are reported for the current focus-view,
+    "/ which is always actve. Must check after we have determined the view under the pointer
     "/ aView topView isActive ifFalse:[^ false].
 
     ^ super buttonMotion:buttonAndModifierState x:x y:y view:aView
@@ -427,10 +429,10 @@
 !FlyByHelp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.57 2013-09-09 16:26:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.58 2013-09-12 08:30:14 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.57 2013-09-09 16:26:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FlyByHelp.st,v 1.58 2013-09-12 08:30:14 cg Exp $'
 ! !