Text Field Blur Fails iOS6 2.1.3RC2

You must Login before you can answer or comment on any questions.

Hi All,

I am programmatically call blur() on text fields, with custom keyboard tool bars.

The blur call is successful, the toolbar hides, but the keyboard remains displayed and focus remains on the current field.

This has only appeared in 2.1.3RC2 on iOS6 iPhone simulator.

Has anyone else seen this?

Nick

— asked 8 months ago by Nick The Geek
2 Comments
  • Thanks for this, just wasted an hour debugging this on an old Ti app. Wondering how this kind of stuff gets merged into an RC.

    — commented 7 months ago by Steve Lacey

  • Steve,

    Pull the 2.1.4 preview and see if its been fixed. The pull request went in on the 12th.

    — commented 7 months ago by Stephen Feather

3 Answers

Nick, they are working through the iOS6 bugs almost as quickly as they come up. I haven't played with blur() since 2.1.3 came out, so can't confirm.

Go ahead and submit a JIRA Ticket to get it into the mix.

I'm experiencing the same issue with 2.1.3.GA. Only started happening with this version. Anyone found a work-around yet?

i am using blur with the same sdk and no errors? Like this

mywin.addEventListener("click",function(e){
     myTxtField.blur();
});

Your Answer

Think you can help? Login to answer this question!