[TIMOB-2785] iOS: Kitchen Sink 1.5.1 BUG for scrollable view
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-01T22:40:52.000+0000 |
Affected Version/s | Release 1.5.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | trident |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:29:34.000+0000 |
Updated | 2017-05-23T20:32:17.000+0000 |
Description
Try this on kitchen Sink and Mobile SDK 1.5.1:
1) Go to Base UI - Views - Scrollable view
2) pinch the view zoomin in a little
3) change orientation
4) pinch zooming out trying to reset scale to 1.0
The view moves partially out of screen centering its lower right corner in the main window instead of its natural center point.
This leads to terrible results if you try to use Scrollable Views building a professional app. I found no way to control such weird behavior.
If you work on the scrollable view class trying to fix the above, please consider to add some code to set/get the scale of the inner scroll view of the scrollable and the possibility to have event listener for the scale event.
Thanks.
Resolving ticket as Invalid as there is now a new version of Kitchen Sink.