Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7693] iOS: Table row animations not syncing

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2012-02-16T16:11:33.000+0000
Affected Version/sRelease 1.7.5
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterStephen Tramer
AssigneeStephen Tramer
Created2012-02-16T15:03:09.000+0000
Updated2017-03-09T22:53:35.000+0000

Description

In KitchenSink Base UI->Views->Table Views->Layout 3 when you click the +/- buttons to animate; the animations _obviously_ don't occur in sync. In previous versions there may be some (minor) lag between the two; that's a scheduling issue. It appears that the move to GCD throughout the code is causing some of this. More efficient scheduling is making our animations "worse".

Comments

  1. Stephen Tramer 2012-02-16

    This issue regresses all the way back to 1.7.0 and, more importantly, has been intermittently reported by QE. The real issue is that we don't have an API which allows the batching of animations, so the scheduling is entirely up to the system. I'm creating a ticket for improving the animation API and resolving this INVALID as a result.
  2. Lee Morris 2017-03-09

    Closing ticket as invalid.

JSON Source