play-co / timestep

GNU General Public License v3.0
16 stars 27 forks source link

TextEditView now displays text even after losing focus. #61

Closed niranjan-borawake closed 9 years ago

niranjan-borawake commented 9 years ago

Issue: TextEditView shows the entered text only when it has focus. Fix: _focused.closeEditField() needs to be called onBlur to make the text visible. setFontColor wasn't setting the correct passed in argument.

mgh commented 9 years ago

Thanks, looks great!

niranjan-borawake commented 9 years ago

Hi @mgh ,

I could see the same issue on native environment as well i.e. in EditText.js here.

The removeFocus method on line no. 150 doesn't seem to be getting invoked. Could you please confirm if this is an issue and give me some pointers as to how this can be fixed so that I could send out another Pull Request for native.