Update of /cvsroot/actionstep/actionstep/src/org/actionstep
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24391
Modified Files:
ASFieldEditor.as
Log Message:
fixed selection bug
Index: ASFieldEditor.as
===================================================================
RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/ASFieldEditor.as,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ASFieldEditor.as 19 Jul 2005 21:58:38 -0000 1.11
--- ASFieldEditor.as 19 Jul 2005 23:41:41 -0000 1.12
***************
*** 241,244 ****
--- 241,245 ----
m_textField.onChanged = null;
m_string = m_textField.text;
+ Selection.setSelection(m_textField.text.length, m_textField.text.length);
m_textField.setTextFormat(m_textFormat);
Key.removeListener(this);
|