GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-08-16T19:27:40.000+0000 |
Affected Version/s | Release 1.8.1, Release 1.8.2, Release 2.1.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | api, qe-ios021312, qe-newKS |
Reporter | Michael Pettiford |
Assignee | Blain Hamon |
Created | 2012-02-21T15:06:26.000+0000 |
Updated | 2017-03-13T18:03:38.000+0000 |
*Note this behavior also occurs when setting "tableView.insertRowBefore(0,row,{animationStyle:Titanium.UI.iPhone.RowAnimationStyle.NONE});"*
Steps to reproduce:
1. Launch the 1_8_X branch of KitchenSink on an iOS device
2. Navigate to Base UI > Views > Table Views > Insert Row and press the "Insert Row Above (no anim)" row
Actual result:
The table view row is animated into the table view
Expected result:
The table view row is not animated into the table view
This behavior occurs in Refactored Kitchen Sink Tested on: Titanium Studio, build: 2.1.1.201207271312 Titanium SDK: 2.0.3.v20120806151610 Mac osx Mountain Lion 10.8 iPhone 4s 5.0.1 iPAd3 4G 5.1.1
This may be due to iOS. Will test in native first.
Okay, this is due to confusion on what is being animated. The row itself isn't animated, but other rows are animated into position. Included is a native app to demonstrate this. If the row were animated, it'd fade or slide into position. Instead, the other rows move to reveal or hide the row. The native app with 'no animation' shows the same behavior. Marking as invalid.
No animation means the inserted row isn't animated. Other parts still move, even in native land.
Closing ticket as invalid.