[TIMOB-8465] Android: Activities don't get correctly handled if first opening a Window and then a TabGroup
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-04-04T16:43:42.000+0000 |
Affected Version/s | Release 1.8.2 |
Fix Version/s | n/a |
Components | Android |
Labels | SupportTeam |
Reporter | Federico Casali |
Assignee | Ping Wang |
Created | 2012-03-30T21:45:33.000+0000 |
Updated | 2017-03-09T23:24:40.000+0000 |
Description
Problem description
The app opens a window for login - then opens a tabGroup. Android activities are no longer handled correctly.
Steps to reproduce
See location for the project in the comments. Attaching logs relative to successful and failing case.
Successful scenario:
The first window is not included in a tab group. Click on on "connect with facebook" - then click the 'buy' button and click the "facebook friends" button (window i snow included in a tabGroup). Facebook friends are displayed.
Failure scenario:
Click on login with buddy beers and use the credentials:
- test case added below
Additional notes
login window when you start the app is 'ui/login/start.js' ; tabgroup is in 'ui/common.js' ; facebook api are invoked in 'ui/send/person_via_faceboook.js' and in 'lib/webservice.js'
Attachments
Closing ticket as invalid.