[TIMOB-4176] iOS: KitchenSink: on some tests orientation change causes last few rows to animate poorly
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-01T20:32:18.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | kitchensink |
Reporter | Eric Merriman |
Assignee | Ingo Muschenetz |
Created | 2011-05-23T12:12:00.000+0000 |
Updated | 2017-05-02T21:06:08.000+0000 |
Description
Description:
While testing some tableview tests and changing the orientation, the last row or few rows animate by popping the content right during the animation (generally only from portrait to landscape). This happens on:
Base UI>Views>Table Views>Table with remote images (Occurs on 1.6.2 and iPad 2)
Base UI>Views>Table Views>Delete Mode (Occurs on 1.6.2 and iPad 2)
Base UI>Views>Table Views>Pull to Refresh (DOES NOT OCCUR on 1.6.2, occurs on iPad 2)
Steps to reproduce:
1) Install KS 1.7.0 on iPad 1
2) Navigate to one of the affected test cases (for "pull to refresh", refresh enough to fill the screen with rows)
3) Start in portrait and watch the bottom of the table
4) Rotate to landscape
Result:
Bottom of table animates poorly and out of sync with the other table contents
Expected Result:
Animation of all items in sync without unneeded item moves
Notes:
Resolving ticket as invalid as this version of Kitchen Sink is no longer supported.