Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

textField blur() broken in v1.4

Hi
It seems that the textField does not fire the blur event when you call the blur() method, the keyboard remains visible and the cursor is inside the field.

Iphone os4 + TI 1.4.0( and 1.4.1 )

The 1.3.2 works fine.

— asked August 11th 2010 by Dan Tamas
  • 1.4.0
  • blur()
  • iphone
  • textfield
0 Comments

2 Answers

  • It is not working for me either, not in 1.4.0 nor 1.5.0

    For the moment, a trick that worked for me, even though it is not very elegant:

    textField.enabled = false;
    textField.enabled = true;
    

    Hope this helps…

    — answered December 10th 2010 by Ricardo Arguello
    permalink
    0 Comments
  • Thank you! This is still broken and your workaround saved me. Now if I can get the issue of giving focus worked out…

    — answered May 6th 2011 by Oliver Nelson
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.