Closed
Bug 1074352
Opened 10 years ago
Closed 10 years ago
Stastusbar icon color still wrong
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(blocking-b2g:2.1+, b2g-v2.1 verified, b2g-v2.2 verified)
People
(Reporter: mikehenrty, Assigned: apastor)
References
Details
(Whiteboard: [systemsfe])
Attachments
(1 file)
46 bytes,
text/x-github-pull-request
|
mikehenrty
:
review+
bajaj
:
approval-gaia-v2.1+
|
Details | Review |
STR:
1.) Flash latest master or 2.1 with FTU enabled
Actual results:
The icons are white on a white background.
Expected results:
The icons should be dark on a white background
Reporter | ||
Comment 2•10 years ago
|
||
[Blocking Requested - why for this release]:
We blocked on this same issue in bug 1055746, so we need to block here again.
blocking-b2g: --- → 2.1?
Updated•10 years ago
|
Assignee: nobody → apastor
Comment 4•10 years ago
|
||
I think I know what's wrong with this and have a fix for it in bug 1074043.
Depends on: 1074043
Comment 5•10 years ago
|
||
Actually, turns out my fix actually breaks things! I removed it from my patch for bug 1074043 and removed the dependency.
No longer depends on: 1074043
Assignee | ||
Comment 7•10 years ago
|
||
Attachment #8497613 -
Flags: review?(mhenretty)
Reporter | ||
Comment 8•10 years ago
|
||
Comment on attachment 8497613 [details] [review]
Link to Pull Request: https://github.com/mozilla-b2g/gaia/pull/24574
Looking good, I especially like the test.
Attachment #8497613 -
Flags: review?(mhenretty) → review+
Assignee | ||
Comment 9•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-b2g-v2.1:
--- → affected
status-b2g-v2.2:
--- → fixed
Resolution: --- → FIXED
Assignee | ||
Comment 10•10 years ago
|
||
Comment on attachment 8497613 [details] [review]
Link to Pull Request: https://github.com/mozilla-b2g/gaia/pull/24574
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #): -
[User impact] if declined: Icons are hardly visible on the FTU
[Testing completed]: Added unit tests. Manuall tested in 2.1 as well.
[Risk to taking this patch] (and alternatives if risky): Low risk. Just starting to listen an event earlier than it was.
[String changes made]: -
* I think we should back out Bug 1062326. It adds unneeded complexity to the FTU app as soon as this patch lands. Fernando?
Attachment #8497613 -
Flags: approval-gaia-v2.1?(fabrice)
Flags: needinfo?(fernando.campo)
Comment 11•10 years ago
|
||
I don't think we need to backout the bug, it solved a different issue, and those changes will be overwritten anyway when merging bug 1069306 (change the wifi scanning layout color to white). It has already a r+'d patch, waiting for merge)
Flags: needinfo?(fernando.campo)
Reporter | ||
Comment 12•10 years ago
|
||
Why would we backout bug 1062326? We need to be able to support apps having the ability to dynamically changing statusbar.
Flags: needinfo?(apastor)
Assignee | ||
Comment 13•10 years ago
|
||
Yeah sorry, I spoke with Fernando offline about it. I confused the statusbar itself with the icons. Nevermind comment #10
Flags: needinfo?(apastor)
Updated•10 years ago
|
Attachment #8497613 -
Flags: approval-gaia-v2.1?(fabrice) → approval-gaia-v2.1+
Comment 14•10 years ago
|
||
Target Milestone: --- → 2.1 S6 (10oct)
Comment 15•10 years ago
|
||
VERIFIED FIX in Master 2.2 and 2.1
Results: Status bar icons display dark on a white background during FTU
************************************************************************
Environmental Variables:
------------------------
Device: Flame 2.2 Master (Full Flash)
BuildID: 20141011040204
Gaia: 95f580a1522ffd0f09302372b78200dab9b6f322
Gecko: 3f6a51950eb5
Gonk: 52c909e821d107d414f851e267dedcd7aae2cebf
Version: 35.0a1 (2.2 Master)
Firmware: V180
User Agent: Mozilla/5.0 (Mobile; rv:35.0) Gecko/35.0 Firefox/35.0
Device: Flame 2.1 (Full Flash)
BuildID: 20141011000201
Gaia: f5d4ff60ffed8961f7d0380ada9d0facfdfd56b1
Gecko: d813d79d3eae
Gonk: 52c909e821d107d414f851e267dedcd7aae2cebf
Version: 34.0a2 (2.1)
Firmware: V180
User Agent: Mozilla/5.0 (Mobile; rv:34.0) Gecko/34.0 Firefox/34.0
Status: RESOLVED → VERIFIED
QA Whiteboard: [QAnalyst-Triage?]
Flags: needinfo?(ktucker)
Updated•10 years ago
|
QA Whiteboard: [QAnalyst-Triage?] → [QAnalyst-Triage+]
Flags: needinfo?(ktucker)
Assignee | ||
Updated•10 years ago
|
Flags: in-testsuite?
Assignee | ||
Updated•10 years ago
|
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•