[TIMOB-4871] Parity: Table View are not filling the parent space on Android, but iOS fills with empty rows
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2011-08-15T16:40:38.000+0000 |
Affected Version/s | Release 1.8.0 |
Fix Version/s | Release 1.8.0 |
Components | TiAPI |
Labels | api, fill, parity, tableview |
Reporter | Natalie Huynh |
Assignee | Marshall Culpepper |
Created | 2011-08-02T16:12:49.000+0000 |
Updated | 2017-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
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).
Closing ticket due to time passed and irrelevance of the issue.