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)

ARM
Gonk (Firefox OS)
defect
Not set
normal

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)

46 bytes, text/x-github-pull-request
salva
: review+
Details | Review
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)
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)
Attached file Patch v1.0
Changes made and tested.
Regards.
Attachment #8361638 - Flags: review?(salva)
This is a JS warning with no user impact, so this wouldn't block a release.
blocking-b2g: 1.4? → ---
Comment on attachment 8361638 [details] [review]
Patch v1.0

Nice. Thank you :mai.
Attachment #8361638 - Flags: review?(salva) → review+
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.

Attachment

General

Created:
Updated:
Size: