Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3308] iOS: Changing orientation on scrollable view item causes the item to flicker before redraw

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-06-07T21:43:45.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelstbs-1.8.0
ReporterNatalie Huynh
AssigneeIngo Muschenetz
Created2011-04-15T03:41:50.000+0000
Updated2017-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

Comments

  1. Stephen Tramer 2011-04-15

    There are other issues resulting from scrollable rotation as well. These include:

    • Jumping to wrong view while in the middle of scroll
    • Jumping to wrong view while starting scroll
    • Odd behavior during scroll deceleration

    These all seem to stem from the view/content resize and forced scroll that happen in the rotation.

  2. Jeff Haynie 2011-04-15

    (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...

  3. Jeff Haynie 2011-04-15

    (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...

  4. Lee Morris 2017-06-07

    Closing due to time passed and lack of progress and input.

JSON Source