We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
EditBox doesn't show any text in TestJavascript/ExtensionsTest/EditBoxTest
EditBox doesn't show any text in TestJavascript/ExtensionsTest/EditBoxTest
Bug #2337 [Closed]
Status: | Closed | |
---|---|---|
Start date: | 2013-06-27 | |
Priority: | Normal | |
Due date: | ||
Assignee: | dumganhar | |
% Done: | 100% |
|
Category: | ios | |
Target version: | 3.0-alpha0-pre |
The hidden property of UITextField is always NO when it’s initialized but the keyboard is not opened.
We should set hidden property to YES right after it’s initialized.
Fixed at https://github.com/cocos2d/cocos2d-x/pull/3013