cocos2d / cocos2d-html5

Cocos2d for Web Browsers. Built using JavaScript.
https://www.cocos.com
3.07k stars 902 forks source link

EditBox's input control #939

Closed banglsb007 closed 11 years ago

banglsb007 commented 11 years ago

when using the code 'cc.EGLView.getInstance().setDesignResolutionSize()',the input control in EditBox has a wrong alignment.

dingpinglv commented 11 years ago

Hi Bob,

I have fixed this issue in this commit: https://github.com/cocos2d/cocos2d-html5/commit/a6e09944bcae6391ab872772dfceec6fb24949eb

Please pull "develop" branch and try again.

Thanks!