[TIMOB-2048] iOS: After setting orientation, current orientation is not being properly returned
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:57:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | defect, ios, orientation, regression |
Reporter | Thomas Huelbert |
Assignee | Blain Hamon |
Created | 2011-04-15T03:08:59.000+0000 |
Updated | 2011-04-17T01:57:55.000+0000 |
Description
1.Phone Tab>Orientation
2.tap set landscape (or portrait)
3.rotate device and look at the value being returned for current
orientation
results: whatever was being reported when the value is set is the only value returned (not updating).
It's worse than that. Any context going away breaks things for listeners of gesture.
Or swap 2 and 4.
The really strange part is that the Obj-C code is still working, all the way up to firing an event. Odd.
(from [bdbffb8e6f915a7cdcd474306b751ac1bc96128a]) [#2048 state:fixed-in-qa] Reset module page contexts when necessary. Improvements to shake handling. http://github.com/appcelerator/titanium_mobile/commit/bdbffb8e6f915a7cdcd474306b751ac1bc96128a"> http://github.com/appcelerator/titanium_mobile/commit/bdbffb8e6f915...
Will patch into 1_4_X when confirmed fixed.
iPod 4th gen (4.1), 3rd gen 4.0.2 with mobile sdk build 1.5.0.62c1cae
I think the same shake error (event only fired one/first time) is described in #1681!
So, I'm a bit confused, will the fix be in 1.4.X or 1.5? I have an app cooking needing the shake (+ re-shake) feature, would like to know, when I colud expect a fix for this problem?