From 9089b25384758c01359acad6ceaf75a24c4d4853 Mon Sep 17 00:00:00 2001 From: Charles du Jeu Date: Mon, 16 Nov 2009 14:10:36 +0000 Subject: [PATCH] Qooxdoo 0.8.3 git-svn-id: https://svn.argeo.org/slc/trunk@3086 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- server/org.argeo.slc.ria/pom.xml | 2 ++ .../slc/class/org/argeo/slc/ria/execution/CellEditorFactory.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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; -- 2.39.2