Closed
Bug 960103
Opened 11 years ago
Closed 11 years ago
JavaScript Warning: "Error in parsing value for 'background'. Declaration dropped." {file: "app://costcontrol.gaiamobile.org/style/views/firsttime.css"
Categories
(Firefox OS Graveyard :: Gaia::Cost Control, defect)
Tracking
(b2g-v1.4 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
b2g-v1.4 | --- | affected |
People
(Reporter: gkw, Assigned: mai)
References
Details
(Keywords: regression)
Attachments
(1 file)
E/GeckoConsole( 424): [JavaScript Warning: "Error in parsing value for 'background'. Declaration dropped." {file: "app://costcontrol.gaiamobile.org/style/views/firsttime.css" line: 151 column: 88 source: " background: url(../images/app/icons/checked.png) content-box right center no-repeat / 1.9rem;"}]
This happens after starting up the emulator, tested with the jb version of the emulator in pvt builds, with timestamp 20140114154437, then launching the Usage app.
Not sure how to move this forward, setting needinfo? from Salvador, the Gaia::Cost Control module owner.
Flags: needinfo?(salva)
Reporter | ||
Comment 1•11 years ago
|
||
https://github.com/mozilla-b2g/gaia/blame/4cc2dcbf9cebf6d4731783626acf57c3e712f479/apps/costcontrol/style/views/firsttime.css#L151
changed / added this line in the commit:
https://github.com/mozilla-b2g/gaia/commit/a051bdffcfa2318289f61bb5e8c92dc4213fdd56
May be related to bug 830644?
Blocks: 830644
Flags: needinfo?(igonzaleznicolas)
Reporter | ||
Updated•11 years ago
|
status-b2g-v1.4:
--- → affected
Keywords: regression
Comment 2•11 years ago
|
||
Assigning to :mai, in charge of Cost Control fixes. The problem is simple, instead of using:
background: url(../images/app/icons/checked.png) content-box right center no-repeat / 1.9rem;
We should use:
background: background: url(../images/app/icons/checked.png) content-box right center no-repeat;
background-size: 1.9rem;
Assignee: nobody → mri
blocking-b2g: --- → 1.4?
Flags: needinfo?(salva)
Flags: needinfo?(igonzaleznicolas)
Assignee | ||
Comment 3•11 years ago
|
||
Changes made and tested.
Regards.
Attachment #8361638 -
Flags: review?(salva)
Comment 4•11 years ago
|
||
This is a JS warning with no user impact, so this wouldn't block a release.
blocking-b2g: 1.4? → ---
Comment 5•11 years ago
|
||
Comment on attachment 8361638 [details]
Patch v1.0
Nice. Thank you :mai.
Attachment #8361638 -
Flags: review?(salva) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Master: 7ce6702d7193e60ba683402c0d6464144c88bfbc
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•