[TIMOB-13735] MobileWeb: Setting horizontalWrap in the constructor call causes a crash
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-05-06T20:41:47.000+0000 |
Affected Version/s | Release 3.1.0 |
Fix Version/s | 2013 Sprint 09 JS, 2013 Sprint 09, Release 3.1.1, Release 3.2.0 |
Components | MobileWeb |
Labels | qe-closed-3.1.1, qe-testadded |
Reporter | Bryan Hughes |
Assignee | Bryan Hughes |
Created | 2013-05-01T19:49:59.000+0000 |
Updated | 2014-02-24T22:40:45.000+0000 |
Description
Setting the layout to horizontal and the horizontalWrap flag to false in a constructor call causes a crash.
Ti.UI.createTableViewRow({
layout: 'horizontal',
horizontalWrap: false
});
PR: https://github.com/appcelerator/titanium_mobile/pull/4226
3_1_X PR: https://github.com/appcelerator/titanium_mobile/pull/4281
Verified as fixed. Appcelerator Studio 3.1.1.201305282349 Titanium SDK 3.1.1.v20130524180421 Alloy 1.1.3-alpha Titanium-Code-Processor 1.1.3-alpha3 Alloy sample case:
Closing.