Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13735] MobileWeb: Setting horizontalWrap in the constructor call causes a crash

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-05-06T20:41:47.000+0000
Affected Version/sRelease 3.1.0
Fix Version/s2013 Sprint 09 JS, 2013 Sprint 09, Release 3.1.1, Release 3.2.0
ComponentsMobileWeb
Labelsqe-closed-3.1.1, qe-testadded
ReporterBryan Hughes
AssigneeBryan Hughes
Created2013-05-01T19:49:59.000+0000
Updated2014-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
});

Comments

  1. Bryan Hughes 2013-05-01

    PR: https://github.com/appcelerator/titanium_mobile/pull/4226
  2. Bryan Hughes 2013-05-17

    3_1_X PR: https://github.com/appcelerator/titanium_mobile/pull/4281
  3. Federico Casali 2013-05-30

    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:
       <Alloy>
       	<Window class="container">
       		<TableViewRow id='tvr'></TableViewRow>
       	</Window>
       </Alloy>
       
       ".container": {
       	backgroundColor: "white"
       }
       
       
       "#tvr":{
       	layout: 'horizontal',
       	horizontalWrap: false
       }
       
    Closing.

JSON Source