[TIMOB-13188] CodeProcessor: create* method override needs to be for all create methods, not just UI.create methods
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-03-25T06:41:27.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2013 Sprint 06 JS, 2013 Sprint 06 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2013-03-25T06:38:53.000+0000 |
Updated | 2017-03-09T00:26:05.000+0000 |
Description
Currently, only Ti.UI.create* methods are overridden so that properties are handled correctly, but really all Ti.*.create* methods should be overridden to make sure that, for example, Ti.Network.createHTTPClient is also overridden.
Closing ticket as fixed.