Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2475] iOS: invalid type passed to function on tabGroup.open()

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2013-09-16T06:40:59.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsn/a
ReporterSebastian Klaus
AssigneeShak Hossain
Created2013-09-13T09:28:38.000+0000
Updated2016-03-08T07:41:31.000+0000

Description

On opening a normal tabgroup fails. See screenshot. With 3.1.2.GA it works fine

Attachments

FileDateSize
iOS Simulator Bildschirmfoto 13.09.2013 11.18.19.png2013-09-13T09:28:38.000+000078897

Comments

  1. Mostafizur Rahman 2013-09-13

    Hello I tested this issue. It’s working fine for me without any issue. My testing environment: OS: OS X Version 10.8.4 Ti SDK: 3.1.3.v20130912171547 iOS Simulator: Version 6.0 (369.2) Testing procedure: Just I create tab based default project form Studio. And I run this project. Thanks
  2. Fabian Tollenaar 2013-11-05

    I have encountered this issue as well. Have tried reinstalling both Studio and SDK 3.1.3 multiple times. - System: OS X 10.9 Mavericks - Studio: 3.1.4.201310171935 (RC) - SDK: 3.1.3 GA Any ideas?
  3. Mostafizur Rahman 2013-12-15

    We tried to reproduce this issue with Titanium SDK 3.1.3.GA with the sample code listed below. We were not able to reproduce it. Please test with the sample code and let us know if the problem persists. If yes, please send us a simple test case to investigate more.

    Testing Environment:

    Titanium SDK 3.1.3 GA, 3.2.0.xxx Android SDK: 2.3.3, IOS -Simulator 7.0.3 Titanium Studio, build: 3.1.4.201310171935 h5. Test Code
       var tagGroup = Ti.UI.createTabGroup();
       var tb = Ti.UI.createTab({
       		icon:'KS_nav_views.png',
       		title:'Tab 1',
               window : Ti.UI.createWindow({
                       backgroundColor : 'red',
                       navBarHidden : false
               })
       });
        
        
       tagGroup.addTab(tb);
        
       // For  open the tabgroup
        
       tagGroup.open();
       
  4. Ritu Agrawal 2014-01-06

    Closing this ticket as we have not been able to reproduce it and we have not received further information from the reporter.

JSON Source