Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9420] Android: Tableview in a table row doesn't scroll on Android

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionDuplicate
Resolution Date2012-06-06T18:10:30.000+0000
Affected Version/sRelease 2.1.0
Fix Version/sn/a
ComponentsAndroid
LabelsSupportTeam, api, parity
ReporterVarun Joshi
AssigneeNeeraj Gupta
Created2012-06-06T11:18:55.000+0000
Updated2017-03-22T22:06:45.000+0000

Description

Problem

Building a drop down list that can be attached to the view within a table row works fine on iOS, but on Android the embedded table will not scroll.

Steps to Reproduce

Please run the code below : {noformat} // this sets the background color of the master UIView (when there are no windows/tab groups on it) Titanium.UI.setBackgroundColor('#000'); // // create base UI tab and root window // var windowView = Titanium.UI.createWindow({ title:'TableTest', backgroundColor:'#fff' }); windowView.add(createTable('test table row', 'white', 1)); windowView.open(); function createTable(rowText, color, count) { var tableView = Ti.UI.createTableView({ backgroundColor:color, height: Ti.UI.FILL }); for (i=0; i

Comments

  1. Neeraj Gupta 2012-06-06

    Appears to be a duplicate of TIMOB-9419.
  2. Lee Morris 2017-03-22

    Closing ticket as duplicate and links to the related ticket have been provided above.

JSON Source