| GitHub Issue | n/a |
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-08-23T22:53:00.000+0000 |
| Affected Version/s | Release 3.1.1 |
| Fix Version/s | 2013 Sprint 17, 2013 Sprint 17 API, Release 3.1.3, Release 3.2.0 |
| Components | iOS |
| Labels | ios7, qe-3.1.1, qe-closed-3.1.3, qe-ks, qe-testadded, regression |
| Reporter | Olga Romero |
| Assignee | Ingo Muschenetz |
| Created | 2013-06-18T23:53:08.000+0000 |
| Updated | 2015-02-02T20:46:48.000+0000 |
*regression*, does not occur in iOS6
Test steps:
1. Install and run KS> Base UI> Window(Standalone)>Open(Toolbar)
Actual result:
Toolbar is overlapping Statusbar. Also the Tab bar is partially visible(TIMOB-14284).
Expected:
No overlapping
The issue still present. Tested with: Appcelerator Studio, build: 3.1.3.201308201707 Titanium SDK, build: 3.1.3.v20130822140128 CLI: 3.1.2 alloy: 1.2.1-cr KS: master branch Device: iPhone 5 iOS7
Fixed in master by https://github.com/appcelerator/titanium_mobile/pull/4569
Tested and verified fixed: toolbar is not overlapping statusbar. Appcelerator Studio, build: 3.1.3.201308252005 Titanium SDK, build: 3.1.3.v20130827103108 KS master CLI: 3.1.2 alloy: 1.2.1 Devices: iPad4 iOS7 (11A4449d) iPad mini iOS7 (11A4449d)
The toolbar (Titanium.UI.iOS.createToolbar) is still overlapping the statusbar on CLI 3.1.3
[~babelfisch] Can you post a link to a screenshot and a test case?
Cannot repro, using
CLI 3.1.2<sdk-version>3.1.3.GA</sdk-version> <id>com.appcelerator.kitchensink</id> <name>KitchenSink</name> <version>3.1.4</version> <publisher>appcelerator</publisher> <guid>28a706e9-4130-4acb-bc76-9494255a9279</guid>A test case ist simple:
Screenshot: !https://dl.dropboxusercontent.com/u/366449/images/titanium_toolbar.png!var toolbar = Titanium.UI.iOS.createToolbar({ items: […], top: 0 }); win.add(toolbar);still i am facing the same issue.
Can you please try setting a height on the toolbar?