X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Forg.argeo.slc.ria%2Fsrc%2Fargeo-ria-lib%2Fslc%2Fclass%2Forg%2Fargeo%2Fslc%2Fria%2Fexecution%2FCellEditorFactory.js;fp=server%2Forg.argeo.slc.ria%2Fsrc%2Fargeo-ria-lib%2Fslc%2Fclass%2Forg%2Fargeo%2Fslc%2Fria%2Fexecution%2FCellEditorFactory.js;h=c82705167e2fd8d14086332750ad34fe276bb6ef;hb=9089b25384758c01359acad6ceaf75a24c4d4853;hp=d9fba15c9d7f9ad5c5c597a37530228c52f5c21a;hpb=20f510fdf382a4a11ccfa54714dba6de1e7c1ee0;p=gpl%2Fargeo-slc.git 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;