[TIMOB-18324] Windows: Fix 'applyProperties'
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-01-07T01:02:13.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Ingo Muschenetz |
Created | 2015-01-06T20:56:06.000+0000 |
Updated | 2017-03-14T19:57:02.000+0000 |
Description
Example failing use case:
JavaScript
var view = Ti.UI.createView({
top: 30,
left: 30,
width: 300,
height: Ti.UI.SIZE
});
I think Chris W. fixed this.
Fixed by PR #67
Closing ticket as fixed.