[TIMOB-9513] iOS: ScrollViews - Data gets clipped off while appending.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T21:55:26.000+0000 |
Affected Version/s | Release 2.1.0, Release 3.1.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | api, qe-ios060112 |
Reporter | Anshu Mittal |
Assignee | Eric Merriman |
Created | 2012-06-13T04:49:56.000+0000 |
Updated | 2017-05-02T21:55:26.000+0000 |
Description
Data gets clipped off while appending.
This is not regression. This occurs since 1.8.2
Steps to reproduce:
1. Go to Kitchensink> Base UI > Views > Scroll views > Scrollable View w/o Clipping.
2. swipe left and right
3. tap on one of the views
Expected result
2. you should see three windows with rows of data displayed
3. you should be able to scroll down to see all the rows in the three windows
together and without any row(s) being clipped off
Actual:
One row gets clipped off after all the rows are appended together. The total number of rows should be 21 but they are 20.
This issue also occurs on ipad.Before tap, each view shows 15 rows.After tap,the tableview is shown which displays only 20 rows. Tested with Titanium SDK: 2.1.0.v20120613210250 Tested with Titanium Studio: 2.1.0.201206121914 Device - iPad 2 iOS - 5.1
Issue 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
According to code it should be 20 rows.
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.