[TIMOB-3308] iOS: Changing orientation on scrollable view item causes the item to flicker before redraw
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-07T21:43:45.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | tbs-1.8.0 |
Reporter | Natalie Huynh |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:41:50.000+0000 |
Updated | 2017-06-07T21:43:45.000+0000 |
Description
Steps to Reproduce:
1. Install application from bug 3269
2. Run on device and scroll to and image
3. Change the orientation of the image
Actual Result:
Draws the previous image before displaying the correct content
Expected Result:
To have a smoother transition of the orientation
There are other issues resulting from scrollable rotation as well. These include:
These all seem to stem from the view/content resize and forced scroll that happen in the rotation.
(from [40e54acbbb5cd786177af786fd8d81c4ea17481a]) [#3308] Remove some dead code that was used in testing. https://github.com/appcelerator/titanium_mobile/commit/40e54acbbb5cd786177af786fd8d81c4ea17481a"> https://github.com/appcelerator/titanium_mobile/commit/40e54acbbb5c...
(from [c1e6cdd7833754289771ee9e7496f43823014f73]) [#3308] Some fixes for bad scrollview behavior on rotation https://github.com/appcelerator/titanium_mobile/commit/c1e6cdd7833754289771ee9e7496f43823014f73"> https://github.com/appcelerator/titanium_mobile/commit/c1e6cdd78337...
Closing due to time passed and lack of progress and input.