[AC-1519] ios7: Toolbar overlaps statusbar randomly after closing and reopening windows
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-09-29T01:33:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy |
Labels | TCSupportTriage |
Reporter | Noah Lively |
Assignee | Shak Hossain |
Created | 2014-12-22T23:47:32.000+0000 |
Updated | 2016-03-08T07:37:58.000+0000 |
Description
I have an app that functions in 2 modes. One is a single-user mode and one is a multi-user mode. Depending on which mode is selected, there is a different "main" screen of the app.
When the app loads, the "main" screen looks fine. If I switch device modes, I call .close() on the current main window and .open() on the alternate main window. Sometimes this works fine. Other times it seems to push the toolbar up into the status bar.
The error scenario can be seen in the attached screenshots. I want to emphasize that the windows usually look normal, and that this scenario only happens occasionally.
Attachments
Hello, Its not a bug. If we set toolbar top 0 toolbar overlaps with the status bar, but if we set toolbar top 10 or more, it does not overlap, works as expected. Thanks