[TIMOB-1754] iOS: Orientation notification fired twice
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T03:01:24.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | ios, regression |
Reporter | Thomas Huelbert |
Assignee | Blain Hamon |
Created | 2011-04-15T03:01:23.000+0000 |
Updated | 2017-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?
3. Launch app, rotate device and watch output results: rotation seems to be fired twice?
This does not appear to be a bug. I need to know the following things:
Because if you do the following:
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.
Whoops, forgot to assign this needs-more-info to Thom.
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.
Closing ticket as invalid.