Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13259] BlackBerry: ScrollView setting height and width to "auto" does not work

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionCannot Reproduce
Resolution Date2013-04-18T23:29:55.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsBlackBerry
Labelssdk-bb
ReporterRussell McMahon
AssigneeRussell McMahon
Created2013-03-28T22:59:26.000+0000
Updated2017-03-16T20:23:21.000+0000

Description

Comments

  1. Pedro Enrique 2013-04-18

    This works the same way as it does in iOS. "auto" makes the ScrollView fit the parent container. Test:
       var win = Ti.UI.createWindow({
       	backgroundColor: 'white'
       });
       
       var scrollView = Ti.UI.createScrollView({
       	backgroundColor: 'red',
       	width: 'auto',
       	height: 'auto'
       })
       
       win.add(scrollView);
       
       win.open();
       
  2. Lee Morris 2017-03-16

    Closing ticket as BlackBerry is no longer supported by us.

JSON Source