Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8963] MobileWeb: Properly support children in Ti.UI.MobileWeb.NavigationGroup

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2012-05-29T13:46:24.000+0000
Affected Version/sRelease 2.0.1
Fix Version/sRelease 2.1.0, Sprint 2012-11 MW
ComponentsMobileWeb
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2012-05-02T17:22:18.000+0000
Updated2017-03-03T23:30:18.000+0000

Description

Mobile web's implementation of NavigationGroup uses a view to contain the title and the back button, however querying the children property will return those elements which are suppose to be hidden. Adding new children will lead to undesired behavior and non-parity with iOS. We need to override the add() and remove() methods as well as an explicit container view for all user added views. This issue depends on TIMOB-8221 to add support for "hidden" children.

Comments

  1. Bryan Hughes 2012-05-24

    Pull Request: https://github.com/appcelerator/titanium_mobile/pull/2272
  2. Lee Morris 2017-03-03

    Closing ticket as MobileWeb is no longer supported.

JSON Source