[TIMOB-16069] iOS: setToolbar bad window layout if tabBarHidden is set to true
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Reopened |
Resolution | Unresolved |
Affected Version/s | Release 3.2.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Antonio Vila |
Assignee | Unknown |
Created | 2013-09-23T09:36:29.000+0000 |
Updated | 2018-02-28T20:04:24.000+0000 |
Description
setToolbar on a Window with "tabBarHidden: true" inside a tabGroup don't layout correctly.
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2013-12-22 at 4.27.52 PM.png | 2013-12-23T00:31:44.000+0000 | 48824 |
Screen Shot 2013-12-22 at 4.28.43 PM.png | 2013-12-23T00:31:44.000+0000 | 70876 |
TabGroup.png | 2013-09-23T09:36:29.000+0000 | 28075 |
Hi Antonio Vila, Please add runnable test code and test case that we can easily reproduce this issue. Thanks
We can reproduce the problem with the test case below and 3.2.0 GA SDK.
Test Code
Step to reproduces
1. Create a new project 2. Paste test code in app.js 3. Now run on iOS 7 with simulator 7.0 4. See simulator screen in bottom side, a black box will display 5. Now set tabBarHidden is false in win1 object (line 24) 6. Run this on iOS 7 simulator 7. Compare both outputExpected result
Back box will not display if tabBarHidden is trueMoving this ticket to engineering as we can reproduce it with 3.2.0 GA SDK. I have attached two screenshots (tabbarhidden set to true and false) for visual comparison.
I get the same problem with 3.2.2 SDK
Please fix this issue.