From: Charles du Jeu Date: Mon, 16 Nov 2009 14:10:36 +0000 (+0000) Subject: Qooxdoo 0.8.3 X-Git-Tag: argeo-slc-2.1.7~1528 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=9089b25384758c01359acad6ceaf75a24c4d4853;p=gpl%2Fargeo-slc.git Qooxdoo 0.8.3 git-svn-id: https://svn.argeo.org/slc/trunk@3086 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/server/org.argeo.slc.ria/pom.xml b/server/org.argeo.slc.ria/pom.xml index 662fc1afb..51313d077 100644 --- a/server/org.argeo.slc.ria/pom.xml +++ b/server/org.argeo.slc.ria/pom.xml @@ -130,6 +130,7 @@ + org.apache.maven.plugins maven-assembly-plugin diff --git a/server/org.argeo.slc.ria/src/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/CellEditorFactory.js b/server/org.argeo.slc.ria/src/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/CellEditorFactory.js index d9fba15c9..c82705167 100644 --- a/server/org.argeo.slc.ria/src/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/CellEditorFactory.js +++ b/server/org.argeo.slc.ria/src/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/CellEditorFactory.js @@ -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;