[AC-3048] android + tabGroup + globalEventListener = all events listener removed
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-12-21T15:47:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio, Titanium SDK & CLI |
Labels | eventlistener, tabGroup |
Reporter | edouard omont |
Assignee | Paul Dowsett |
Created | 2011-11-04T09:09:10.000+0000 |
Updated | 2016-03-08T07:48:05.000+0000 |
Description
I try developping an application with the following structure :
1 js file per screen or 1 js file per tabGroup screen
1 global file of event listener
My application use commonJs like in this attachment.
So When I load my app, the first page is displayed : OK !
When I go on the next page which has a tab group, it is displayed : OK !
When I hit the back button any of my listeners are off. KO !!
In my app, I can make several windows with no problem, the eventslistener file is always seen by others pages. The problem occurs when I create a tabGroup. After a tagGroup creation, the eventlistener file is no longer seen.
Is that clear ? Any help would be welcome.
titanium 1.7.5, android API 2.1
Attachments
I'm sorry, edouard, but JIRA is intended for bugs rather than help with coding issues. Please raise a question in the [Q&A](http://developer.appcelerator.com/questions/created) about this. Also note that all tickets must follow the [JIRA Ticket Checklist](https://wiki.appcelerator.org/display/guides/How+to+Submit+a+Bug+Report#HowtoSubmitaBugReport-JIRATicketChecklist) in order to be accepted. Thanks in advance