Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1754] iOS: Orientation notification fired twice

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionInvalid
Resolution Date2011-04-15T03:01:24.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0
ComponentsiOS
Labelsios, regression
ReporterThomas Huelbert
AssigneeBlain Hamon
Created2011-04-15T03:01:23.000+0000
Updated2017-03-02T22:50:08.000+0000

Description

1. Install and launch KS on a supported iOS device 2. Connect debugging
3. Launch app, rotate device and watch output results: rotation seems to be fired twice?

Comments

  1. Stephen Tramer 2011-04-15

    This does not appear to be a bug. I need to know the following things:

    • What point do you start orientation
    • When do you attach debugging

    Because if you do the following:

    1. Open orientation
    2. Attach debugger
    3. Orient while debugger is attaching

    You may, in fact, get multiple messages at a time, because execution halts while the debugger is attaching, but the system still generates the orientation messages. So they are batched out as soon as execution resumes.

    This issue does not appear at any other time than when reorienting in the middle of a debugger attach.

  2. Stephen Tramer 2011-04-15

    Whoops, forgot to assign this needs-more-info to Thom.

  3. Stephen Tramer 2011-04-15

    Going to just mark this one invalid. FACE_UP orientations are also a little picky, and can be fired multiple times in a row, and are not duplicates. I've never seen a duplicate orientation message under any other circumstance.

  4. Lee Morris 2017-03-02

    Closing ticket as invalid.

JSON Source