[TIMOB-6574] iOS: Kitchensink - Base UI>Views>Coverflow views on iOS5 scroll differently than with iOS 4.3.x
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-23T17:46:58.000+0000 |
Affected Version/s | Release 1.7.5, Release 1.8.0.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | tbs-1.8.2 |
Reporter | Dustin Hyde |
Assignee | Eric Merriman |
Created | 2011-12-12T11:39:39.000+0000 |
Updated | 2017-05-23T17:47:04.000+0000 |
Description
In iOS 4.3.x devices, Coverflow images don't scroll (only transition) when the user finger-scrolls left and right.
In iOS 5.x devices, Coverflow images scroll continuously along with the user's finger until the image transitions.
Steps to Reproduce:
1. Run KitchenSink.
2. Go to: Base UI > Views > Coverflow View > Coverflow Local Files.
3. Touch and hold the main image. Slowly scroll left and right to change images.
Expected Result:
Images should continuously scroll until they transition.
Actual Result:
Images don't scroll, only transition (iOS 4.3.x).
Images do scroll in iOS 5.x devices.
Note to self: This is due to 4.3 generating layoutSubviews events where 5.0 isn't.
Closing ticket as invalid as there is a new version of Kitchen Sink and we no longer support the old version.