Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14283] iOS7: Window (Standlone) - Toolbar is overlapping Statusbar

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-08-23T22:53:00.000+0000
Affected Version/sRelease 3.1.1
Fix Version/s2013 Sprint 17, 2013 Sprint 17 API, Release 3.1.3, Release 3.2.0
ComponentsiOS
Labelsios7, qe-3.1.1, qe-closed-3.1.3, qe-ks, qe-testadded, regression
ReporterOlga Romero
AssigneeIngo Muschenetz
Created2013-06-18T23:53:08.000+0000
Updated2015-02-02T20:46:48.000+0000

Description

*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

Attachments

FileDateSize
ios7_1.png2013-06-18T23:53:08.000+000031955
ios7.png2013-06-18T23:53:08.000+000036052

Comments

  1. Olga Romero 2013-08-23

    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
  2. Sabil Rahim 2013-08-23

    Fixed in master by https://github.com/appcelerator/titanium_mobile/pull/4569
  3. Olga Romero 2013-08-28

    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)
  4. Mario 2013-09-20

    The toolbar (Titanium.UI.iOS.createToolbar) is still overlapping the statusbar on CLI 3.1.3
  5. Ingo Muschenetz 2013-09-20

    [~babelfisch] Can you post a link to a screenshot and a test case?
  6. Olga Romero 2013-09-20

    Cannot repro, using
        <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>
       
    CLI 3.1.2
  7. Mario 2013-09-23

    A test case ist simple:
       var toolbar = Titanium.UI.iOS.createToolbar({
       		items: […],
       		top: 0
       });
       
       win.add(toolbar);
       
    Screenshot: !https://dl.dropboxusercontent.com/u/366449/images/titanium_toolbar.png!
  8. tester 2013-10-03

    still i am facing the same issue.
  9. Ingo Muschenetz 2013-10-08

    Can you please try setting a height on the toolbar?
  10. Mario 2013-10-08

JSON Source