Make #acceptOnLeave and #acceptOnPointerLeave the default for InputFields
authorStefan Vogel <sv@exept.de>
Sun, 09 Mar 2008 21:32:11 +0100
changeset 2320 d8d5a90c290f
parent 2319 357af951d0ec
child 2321 79448e86dfd4
Make #acceptOnLeave and #acceptOnPointerLeave the default for InputFields
UISelectionPanel.st
--- a/UISelectionPanel.st	Tue Mar 04 09:35:54 2008 +0100
+++ b/UISelectionPanel.st	Sun Mar 09 21:32:11 2008 +0100
@@ -1081,7 +1081,7 @@
           label: 'Texts'
           name: 'Texts'
           min: (Point 10 10)
-          bounds: (Rectangle 14 46 453 226)
+          bounds: (Rectangle 0 0 439 180)
         )
         component: 
        (SpecCollection
@@ -1103,13 +1103,12 @@
               layout: (LayoutFrame 3 0 113 0 208 0 135 0)
               acceptOnReturn: true
               acceptOnTab: true
-              acceptOnLostFocus: true
-              acceptOnPointerLeave: false
+              acceptOnPointerLeave: true
             )
            (FilenameInputFieldSpec
               name: 'Filename Entry Field'
               layout: (LayoutFrame 3 0 141 0 208 0 163 0)
-              acceptOnPointerLeave: false
+              acceptOnPointerLeave: true
             )
            (LabelSpec
               label: 'Label'