Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1957] iOS: iPad orientation change does not update label (set to auto)

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionCannot Reproduce
Resolution Date2012-07-20T13:36:05.000+0000
Affected Version/sRelease 1.5.0
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterThomas Huelbert
AssigneeNeeraj Gupta
Created2011-04-15T03:06:28.000+0000
Updated2017-03-09T22:47:11.000+0000

Description

var label1 = Titanium.UI.createLabel({

color:'#999',
text:'This is enough text to stretch to 480 pixels This is enough text to stretch to 480 pixels This is enough text to stretch to 480 pixels This is enough text to stretch to 480 pixels This is enough text to stretch to 480 pixels This is enough text to stretch to 480 pixels This is enough text to stretch to 480 pixels This is enough text to stretch to 480 pixels v v This is enough text to stretch to 480 pixels This is enough text to stretch to 480 pixels This is enough text to stretch to 480 pixelsThis is enough text to stretch to 480 pixels',
width:'auto',
height:'auto'

});

1.start in either landscape or portrait.
2.change orientation, view text

results: the text draws like it did in the previous orientation.

Comments

  1. Neeraj Gupta 2012-07-20

    Does not reproduce with release 2.1.0.
  2. Lee Morris 2017-03-09

    Closing ticket as the issue cannot be reproduced.

JSON Source