[TIMOB-2959] Default navBar occasionally flashes before custom barImage for navBar appears
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2011-08-02T16:44:33.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Sprint 2011-31 |
Components | iOS |
Labels | barimage, ios, navbar |
Reporter | majman |
Assignee | Blain Hamon |
Created | 2011-04-15T03:33:46.000+0000 |
Updated | 2012-02-09T14:04:18.000+0000 |
Description
When using a custom barImage for your navBar, occasionally there is a brief flash that shows an unstyled / default navbar before the custom image appears.
+1
When you tap the home button and then launch the app again it also sometimes only show the default bar until you tap the tabbaritem again, after that it shows the correct one.
Assuming iOS bug.
HD Ticket: http://appc.me/c/APP-279763 After streaming a song, if the app is re-started, NavBar flashes.
A Pro customer relies on this, so increased priority.
Problem
There is an issue related with Nav Bar, custom image gets removed automatically while using the app then the navBar starts showing the default image navBar.Repro sequence
{noformat} win = Titanium.UI.createWindow( { title: 'window title', backgroundImage: 'someImage.png', barImage: 'someBarImage.png' }); {noformat}Associated HD ticket
http://appc.me/c/APP-864264Using the following complete code snippet:
Could not reproduce. Tried also:
It's likely fixed by the fix for the related bug TIMOB-2324. Either way, not seeing the flashing.
closing as we are not able to reproduce using master (1.9.0 Feb 9 2012 09:46 rd47ce8a4)