Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4871] Parity: Table View are not filling the parent space on Android, but iOS fills with empty rows

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionWon't Fix
Resolution Date2011-08-15T16:40:38.000+0000
Affected Version/sRelease 1.8.0
Fix Version/sRelease 1.8.0
ComponentsTiAPI
Labelsapi, fill, parity, tableview
ReporterNatalie Huynh
AssigneeMarshall Culpepper
Created2011-08-02T16:12:49.000+0000
Updated2017-03-03T18:54:04.000+0000

Description

Steps to Reproduce: 1. Run test 1079 from http://wiki.appcelerator.org/display/tp/UI+Composite+Layout+Behavior+Test+Case Actual Result: Android: Does not fill the parent view, only creates the rows that have content iOS: Fills the parent view with empty rows Expected Result: Unsure, but need parity

Comments

  1. Stephen Tramer 2011-08-15

    After discussion with Marshall, we've determined that this is an intrinsic platform difference between iOS and Android. The truth is that the Android view "fills" the screen still, just doesn't draw in any unnecessary rows - iOS does the same (fills the screen) but DOES draw in empty rows, for visual consistency. So the view behavior is the same (FILL) but the presentation is different (no empty rows vs. visible empty rows).
  2. Lee Morris 2017-03-03

    Closing ticket due to time passed and irrelevance of the issue.

JSON Source