Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14244] iOS7: Toolbar color change is not working

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-09-04T21:26:34.000+0000
Affected Version/sn/a
Fix Version/s2013 Sprint 18, 2013 Sprint 18 API, Release 3.2.0
ComponentsiOS
Labelsios, ios7, qe-testadded
ReporterMarian Kucharcik
AssigneeSabil Rahim
Created2013-06-12T06:26:38.000+0000
Updated2013-10-11T06:41:37.000+0000

Description

In my app I implemented user ability to change toolbars color via 3 sliders. In iOS6, everything is fine(simulator, device). I installed iOS7 beta1 yesterday and this function is not working(on device, I didn't installed new Xcode and simulator).

Comments

  1. Carter Lathrop 2013-06-12

    Hello Marian, As iOS7 has just been released, we do not support it yet. It will take sometime before all functionality is developed for the new iOS7 in our SDK. It is to be expected that iOS7 components will not be fully functional at this point. We will be accepting iOS7 related tickets (bugs and new features) once the update which supports it goes live. Regards, Carter
  2. Marian Kucharcik 2013-06-12

    Hello Carter, thank you for your response, I didn't want from you to solve this, I wanted to report it only(for other developers with same functionality/problem). Thanks
  3. Carter Lathrop 2013-06-12

    Marian, Ok, I understand that, I put the ticket on hold so that if the issue does arise when we go live with iOS7 support I can just reopen the ticket. Thanks for bringing this to our attention. Regards, Carter
  4. Ingo Muschenetz 2013-06-13

    Marian--Can you add a test case that demonstrates your issue?
  5. Marian Kucharcik 2013-06-13

    Sure, but how can I do that? I can send you my code by email if you want...
  6. Ingo Muschenetz 2013-06-13

    Marian--We're just looking for a simple snippet of code that replicates the issue.
  7. Carter Lathrop 2013-06-14

    Hello Marian, If possible, within the description of the ticket here, paste a test case, no more than 50 lines, which shows the toolbar color change not working. It should be able to be simply copied and pasted into an app.js and when run, show the problem clearly. If any more instructions are needed, provided a list of steps titled "steps to reproduce". Also, to format the code within the description box, encapsulate the code with {.code.} tags at the beginning and end. (remove the dots first) Thanks, Carter
  8. Shannon Hicks 2013-06-14

    I can confirm the issue. All you need is a window with a different bar color.
       var win1 = Titanium.UI.createWindow();
       
       var win2 = Titanium.UI.createWindow({
           barColor:'#00f',
           backgroundColor: 'red',
           title: 'Red Window'
       });
       
       var nav = Titanium.UI.iPhone.createNavigationGroup({
          window: win2
       });
       
       win1.add(nav);
       win1.open();
       
  9. Sabil Rahim 2013-08-30

    [~max87] [~iotashan][~ingo] Should be resolved in 3.1.3 C.I build. Please retest you code.
  10. Pragya Rastogi 2013-10-11

    Working fine with: OSX: 10.8.5 Xcode:5.0 Appcelerator Studio: 3.2.0.201310091613 SDK:3.2.0.v20131009134844 acs:1.0.7 alloy:1.2.2 npm:1.3.2 titanium:3.2.0 titanium-code-processo:1.0.3 Device: iPod touch2 (viOS7)

JSON Source