We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3180125 commit 067a778Copy full SHA for 067a778
popForm/PopField.as
@@ -274,6 +274,8 @@
274
275
private function prevField(currentTextField:TextField,andRemoveAcharFrom:Boolean=false):void
276
{
277
+ if(myTXTs.length<=1)
278
+ return;
279
var currentTextFieldIndex:int = myTXTs.indexOf(currentTextField);
280
trace("Next field to "+currentTextFieldIndex+" is editing>"+nativeKeyBoards[currentTextFieldIndex].editing);
281
if(currentTextFieldIndex!=-1 && nativeKeyBoards[currentTextFieldIndex].editing)
0 commit comments