[TIMOB-8963] MobileWeb: Properly support children in Ti.UI.MobileWeb.NavigationGroup
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-05-29T13:46:24.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | Release 2.1.0, Sprint 2012-11 MW |
Components | MobileWeb |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-05-02T17:22:18.000+0000 |
Updated | 2017-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.
Pull Request: https://github.com/appcelerator/titanium_mobile/pull/2272
Closing ticket as MobileWeb is no longer supported.