Qooxdoo 0.8.3
authorCharles du Jeu <charles.dujeu@gmail.com>
Mon, 16 Nov 2009 14:10:36 +0000 (14:10 +0000)
committerCharles du Jeu <charles.dujeu@gmail.com>
Mon, 16 Nov 2009 14:10:36 +0000 (14:10 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3086 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/org.argeo.slc.ria/pom.xml
server/org.argeo.slc.ria/src/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/CellEditorFactory.js

index 662fc1afb4413800dcbf3be7014412c49dbbce01..51313d077e70f1af0dd201b9586582f2ca77fcbe 100644 (file)
                                        </execution>
                                </executions>
                        </plugin>
+                       <!--
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-dependency-plugin</artifactId>
                                        </execution>
                                </executions>
                        </plugin>
+                       -->
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-assembly-plugin</artifactId>
index d9fba15c9d7f9ad5c5c597a37530228c52f5c21a..c82705167e2fd8d14086332750ad34fe276bb6ef 100644 (file)
@@ -85,7 +85,7 @@ qx.Class.define("org.argeo.slc.ria.execution.CellEditorFactory",
                                cellEditor.setValue("" + cellInfo.value);
        
                                cellEditor.addListener("appear", function() {
-                                       cellEditor.selectAll();
+                                       cellEditor.selectAllText();
                                });
        
                                var validationFunc;