[TIMOB-2265] Tab Group close event causes root window focus event to fire multiple times
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:58:35.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | defect, group, ios, ipad, iphone, tab |
Reporter | ctredway |
Assignee | Blain Hamon |
Created | 2011-04-15T03:15:11.000+0000 |
Updated | 2011-04-17T01:58:35.000+0000 |
Description
on iOS 4.1 using latest 1.5, when a tab group is closed, the root window's focus event fires multiple times.
See HD ticket for code:
http://developer.appcelerator.com/helpdesk/view/53141">http://developer.appcelerator.com/helpdesk/view/53141
(from [7c1d3a48f15c0561b69e3df5c798158c2f4204c2]) [#2265 state:fixed-in-qa] We check for nil because otherwise it's misregistered as tab 0 https://github.com/appcelerator/titanium_mobile/commit/7c1d3a48f15c0561b69e3df5c798158c2f4204c2"> https://github.com/appcelerator/titanium_mobile/commit/7c1d3a48f15c...
Tested the code given in the HD ticket and issue is resolved.