[TIMOB-19061] Windows: TabGroup should be a subclass of Ti.UI.View
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-06-30T17:03:28.000+0000 |
Affected Version/s | Release 4.1.0 |
Fix Version/s | Release 4.1.0 |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2015-06-23T04:08:13.000+0000 |
Updated | 2017-03-16T21:52:34.000+0000 |
Description
Currently
Ti.UI.TabGroup
is constructed from pure JavaScript object which does not have Titanium module functions like addEventListener
. According to the document Ti.UI.TabGroup
should be a subclass of TI.UI.View
.
Bumping out to 4.1.1 as it's lower priority.
https://github.com/appcelerator/titanium_mobile_windows/pull/334
Closing ticket as the issue has been fixed.