Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8878] Force close while trying to re-launch the tabgroup

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2012-04-25T16:57:07.000+0000
Affected Version/sRelease 2.0.1
Fix Version/sn/a
ComponentsAndroid
LabelsSupportTeam, api
ReporterShak Hossain
AssigneeHieu Pham
Created2012-04-25T00:57:41.000+0000
Updated2017-03-13T18:11:34.000+0000

Description

This issue is happening in the latest 2.1 SDK downloaded from Master build on April 20.

Sourcecode

Support (Junaid/Federico) has the stripped down version of the source code.

Steps to reproduce

* Click on login button * select xyz option in the home page, tabgroup launches * click on the 'Balance by fund' option. (it will be making httpcall to appcelerator, so please wait) * Another window will open. * Click on back. Parent window will be displayed. * Click on home tab. home page will be displayed * Now again select xyz link, force close will occur.

Comments

  1. Hieu Pham 2012-04-25

    This is an application bug. The app is trying to reuse tabs which are already closed. This would result in either a black screen (blank tab with no content) or a null pointer if Android collects the tab before the tabgroup's tabChanged callback is called. This is reproducible in 2.0.X branch as well as master.
  2. Vishal Duggal 2012-04-25

    Application issue
  3. Lee Morris 2017-03-13

    Closing ticket as invalid.

JSON Source