[TIMOB-5440] iOS: Kitchensink - Base UI>Views>Scroll Views>Scrollable View, rotating the device results in visible view changing to another
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-11-11T09:39:09.000+0000 |
Affected Version/s | Release 1.7.2, Release 1.7.3 |
Fix Version/s | Sprint 2011-45, Release 1.8.0.1 |
Components | iOS |
Labels | kitchensink |
Reporter | Eric Merriman |
Assignee | Sabil Rahim |
Created | 2011-10-05T10:39:10.000+0000 |
Updated | 2017-03-22T22:17:28.000+0000 |
Description
Description:
While testing Kitchensink on an iPhone 4 with iOS 5 and SDK 1.7.3.v20110928143011, I launched Base UI>Views>Scroll Views>Scrollable View. I added a view and then swiped to show the view on the far right. When I rotated the device, the view changed from view 5 to view 3. When I returned the device to portrait once again, the view went from view 3 to view 4. This also occurred with 1.7.2 SDK and iOS 4.3.
Steps to reproduce:
1) Install and launch KS
2) Navigate to Base UI>Views>Scroll Views>Scrollable View
3) Swipe or navigate to the right-most view
4) Rotate to landscape
5) Rotate to portrait
Results:
The view changes on rotation
Expected:
No view change on rotation
Attachments
on iPad2 with 1.7.4.v20111025094215 rotating causes it to redraw the previous view before updating to the correct view.
Adding screenshot. The UI draws the adjacent view during rotation. In the screenshots, the far-right (last) view is up at the start of the rotation, and the UI draws the empty space (grey) and then the original view animates in.
pull pending #656
Closing ticket as duplicate and links to the related ticket have been provided above.