[TIMOB-1957] iOS: iPad orientation change does not update label (set to auto)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2012-07-20T13:36:05.000+0000 |
Affected Version/s | Release 1.5.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Thomas Huelbert |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:06:28.000+0000 |
Updated | 2017-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.
Does not reproduce with release 2.1.0.
Closing ticket as the issue cannot be reproduced.