Reproduce
1. Run the following code in a default project.
console.log('Hello3' + Ti.App.Properties.getList('User', null));
console.log('Hello4' + Ti.App.Properties.getObject('User', null));
2. It will return the following error
Throw a runtime error:
[ERROR] ----- Titanium Javascript Runtime Error -----
[ERROR] In app.js: 87,53
[ERROR] Message: Uncaught Error: null is not an object
Note
1. On Android and iOS it works properly
2. If we set List or Object first by ourself, not default one. It works well.
3. If try to use "console.log('Hello3' + Ti.App.Properties.getList('User'));" and the object does not exist.
https://github.com/appcelerator/titanium_mobile_windows/pull/1015
FR Passed! borderRadius now works on Ti.UI.View Test Environment Studio: 4.9.0.201705302345 Appc CLI: 6.2.2 Appc NPM: 4.2.9 Nokia Lumia 550 Windows 10 Mobile emulator 10.0.14393 Windows 10 Pro 10.0.15063
Fix seen in 6.2.0.v20170711165607, closing ticket