Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9659] MobileWeb:Launching kitchensink always lands us on the 'Controls' tab & not on the 'Base UI' tab even though base UI comes before controls.

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2012-06-20T11:01:21.000+0000
Affected Version/sRelease 2.1.0
Fix Version/sn/a
ComponentsMobileWeb
Labelsqe-mw020912
ReporterLokesh Choudhary
AssigneeChris Barber
Created2012-06-20T10:54:24.000+0000
Updated2014-01-28T23:57:35.000+0000

Description

Launching kitchensink always lands us on the 'Controls' tab & not on the 'Base UI' tab even though base UI comes before controls. Not a Regression, occurs with 2.0.2GA Steps to reproduce: Iphone: 1.Build kitchen sink for mobile web in titanium studio. 2.Type the ip address of your laptop into the mobile device's web browser.(safari for iphone & IE for Windows Phone mango). 3.Hit go or enter. 4.Kitchen sink will fire up in the browser. 5.Notice that the current tab highlighted is 'Controls' & not 'Base UI',even though baseUI comes before controls from left to right direction. Actual result: 1.Launching kitchensink always lands us on the 'Controls' tab & not on the 'Base UI' tab even though base UI comes before controls. Expected result: 1.Launching Kitchensink should land on 'Base UI' tab instead of 'Controls' tab.

Attachments

FileDateSize
KS-launch.png2012-06-20T10:54:24.000+000078413

Comments

  1. Chris Barber 2012-06-20

    This is not a bug. KitchenSink explicitly changes the tab after the TabGroup is created: Resources/ui/common/ApplicationTagGroup.js Line 62: self.setActiveTab(1);

JSON Source