We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Check that Rect is compatible between JSB and cocos2d-html5
Check that Rect is compatible between JSB and cocos2d-html5
Bug #3260 [Rejected]
- Status changed from New to Closed
cocos2d-html5 will change .size/.origin to priviate,and offer x/y/width/height for developer by Object.defineProperties,please refer to https://github.com/cocos2d/cocos2d-html5/blob/master/cocos2d/cocoa/CCGeometry.js
According to this Pull Request ( https://github.com/cocos2d/cocos2d-x/pull/4010/files\#r7413536 )
CCRect is not compatible between JSB and cocos2d-html5.
We should verify this information, and if true, we should fix it.