[TIMOB-5633] MobileWeb: TabGroup should not dissapear after opening a window inside the tab.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-02-28T12:03:08.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Misha Vasko |
Assignee | Chris Barber |
Created | 2011-08-29T04:20:29.000+0000 |
Updated | 2014-01-28T23:57:34.000+0000 |
Description
TabGroup should not dissapear after opening a window inside the tab.
Expected behavior: window should open below the tabGroup. tabGroup should be visible all the time.
Won't fix for now - in IOS tabGroup is not hidden, but in Android - it hides. So let it be as it currently implemented
Behavior is correct. Android does cover the tabgroup because it has a hardware back button, thus providing a mechanism for navigating away from the window. Since Mobile Web also has a back button, we follow the Android mechanism.