[TIMOB-9446] iOS: Twitter tableView rows are too large on iPad
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Reopened |
Resolution | Unresolved |
Affected Version/s | Release 2.1.0, Release 3.3.0 |
Fix Version/s | Release 3.0.2 |
Components | iOS |
Labels | api, qe-ios060112 |
Reporter | Tamila Smolich |
Assignee | Unknown |
Created | 2012-03-21T15:23:41.000+0000 |
Updated | 2018-02-28T20:04:15.000+0000 |
Description
Description:
TableView rows in Twitter test case have a large height on iPad.
var post_view = Ti.UI.createView({
height:'auto',
layout:'vertical',
left:5,
top:5,
bottom:5,
right:5
});
Not a regression, the behavior exists as far back as 2.0.0 at least.
Steps:
1. Run KitchenSink
2. Go to Mashups-Twitter
Expected result:
Should see tableView rows with normal size
Actual result:
The rows are too large, so every row looks like whole page
Attachments
File | Date | Size |
---|---|---|
RowsTooLarge.png | 2014-05-22T10:13:01.000+0000 | 249392 |
The same issue exists for KitchenSink- Base UI- Vertical Layout- Table View on iPad 3 Gen (5.1.1) Titanium Studio, build: 2.1.0.201206062004 Titanium SDK: 2.1.0.v20120607120249
Issue occurs for iPhone 3GS as well.
Failed on: Titanium Studio, build: 2.1.1.201207161421 Titanium SDK, build: 2.1.1.v20120718121609 Device: iPad 5.1 Comment: The rows are too large, so every row looks like whole page
Issue does not reproduces Tested with Titanium Studio, build: 3.0.1.201212181159 Titanium SDK version: 3.1.0 Titanium SDK version: 3.0.2 iOS iPhone Simulator: iOS SDK version: 6.0
The same issue is reproducible for KitchenSink- Base UI- Vertical Layout- Table View Hence reopening the issue. Appc-Studio:3.3.0.201405211748 sdk:3.3.0.v20140521174951 acs:1.0.14 alloy:1.4.0-alpha2 npm:1.3.2 titanium:3.3.0-alpha5 titanium-code-processor:1.1.1 xcode:5.1.1 Device:Iphone5s(v7.1.1),iPad Air(v7.1.1) OS:Maverick(10.9.2) Refer to the screenshot attached.