SimpleView.st
changeset 6127 e0dd6ee24d9e
parent 6126 5cc385c35406
child 6132 732fec785d8d
--- a/SimpleView.st	Fri Aug 30 12:00:07 2013 +0200
+++ b/SimpleView.st	Sun Sep 01 00:41:38 2013 +0200
@@ -6982,7 +6982,12 @@
 wantsFocusWithButtonPress
     "views which do not like to take the keyboard focus
      with buttonPress can do so by redefining this
-     to return false"
+     to return false 
+     (actually: they should, because it is quite annoying
+      in the UI if a menuPanel or button takes my keyboard focus.
+      So we should onsider making the default false here, so every 
+      widget writer has to think twice...
+      Can we do such a major change?)"
 
 "/    (self class == SimpleView) ifTrue:[
 "/        "/ a pure filler/geometric layout view
@@ -11156,11 +11161,11 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.731 2013-08-30 10:00:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.732 2013-08-31 22:41:38 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.731 2013-08-30 10:00:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.732 2013-08-31 22:41:38 cg Exp $'
 !
 
 version_SVN