Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25685] Android: TabGroup 'close' event is never fired

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2018-05-23T22:18:00.000+0000
Affected Version/sRelease 7.0.0
Fix Version/sRelease 7.3.0
ComponentsAndroid
Labelsn/a
ReporterGary Mathews
AssigneeGary Mathews
Created2018-01-19T00:19:41.000+0000
Updated2018-06-28T21:04:00.000+0000

Description

- Titanium.UI.TabGroup never fires close event
var win = Ti.UI.createWindow(),
	tabGroup = Ti.UI.createTabGroup();
	tab = Ti.UI.createTab({
		title: 'Tab',
		window: win
	});

tabGroup.addEventListener('close', function () {
	console.log('TabGroup.close()');
});

tabGroup.addTab(tab);
tabGroup.open();

Comments

  1. Gary Mathews 2018-01-19

    master: https://github.com/appcelerator/titanium_mobile/pull/9758
  2. Lokesh Choudhary 2018-05-02

    FR Passed. Waiting for the final corrections to be made to the PR & merge to get enabled.
  3. Lokesh Choudhary 2018-06-28

    Verified the fix in SDK 7.3.0.v20180628132121. Closing.

JSON Source