Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9513] iOS: ScrollViews - Data gets clipped off while appending.

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-05-02T21:55:26.000+0000
Affected Version/sRelease 2.1.0, Release 3.1.0
Fix Version/sn/a
ComponentsiOS
Labelsapi, qe-ios060112
ReporterAnshu Mittal
AssigneeEric Merriman
Created2012-06-13T04:49:56.000+0000
Updated2017-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.

Comments

  1. Shyam Bhadauria 2012-06-14

    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
  2. Shameer Jan 2013-03-28

    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
  3. Olga Romero 2013-09-04

       var data3 = [];
       	for (var i=0;i<20;i++)
       
    According to code it should be 20 rows.
  4. Lee Morris 2017-05-02

    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.

JSON Source