Closed
Bug 957584
Opened 11 years ago
Closed 11 years ago
Incorrect CSS rules in the Settings/Downloads panel
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.3 C2/1.4 S2(17jan)
People
(Reporter: kaze, Assigned: borjasalguero)
References
Details
(Keywords: regression, Whiteboard: [systemsfe])
Attachments
(2 files)
Following bug 935088, these CSS warnings are reported by adb:
E/GeckoConsole( 2855): [JavaScript Warning: "Error in parsing value for 'overflow'. Declaration dropped." {file: "app://settings.gaiamobile.org/style/downloads.css" line: 34 column: 12 source: " overflow: none;"}]
E/GeckoConsole( 2855): [JavaScript Warning: "Unknown property '-moz-boz-sizing'. Declaration dropped." {file: "app://settings.gaiamobile.org/style/downloads.css" line: 126 column: 17 source: " -moz-boz-sizing: border-box;"}]
E/GeckoConsole( 2855): [JavaScript Warning: "Unknown property '-moz-boz-sizing'. Declaration dropped." {file: "app://settings.gaiamobile.org/style/downloads.css" line: 132 column: 17 source: " -moz-boz-sizing: border-box;"}]
Reporter | ||
Updated•11 years ago
|
Depends on: 935088
Keywords: regression
Reporter | ||
Comment 1•11 years ago
|
||
Borja, feel free to steal this bug if you want. :-)
Assignee: nobody → kaze
Attachment #8357114 -
Flags: review?(arthur.chen)
Attachment #8357114 -
Flags: feedback?(borja.bugzilla)
Assignee | ||
Comment 2•11 years ago
|
||
Kaze! If you want I could take this and try to fix the '!important' in the CSS modifying the JS code. Wdyt? Thanks!
Assignee | ||
Comment 4•11 years ago
|
||
Comment on attachment 8357114 [details] [review]
patch
Cleaning the flags. I'll try to fix as well the hide class using 'hidden' attribute. Thanks!
Attachment #8357114 -
Flags: review?(arthur.chen)
Attachment #8357114 -
Flags: feedback?(borja.bugzilla)
Attachment #8357114 -
Flags: feedback+
Updated•11 years ago
|
Blocks: fxos-download-mgr
Whiteboard: [systemsfe]
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8359214 -
Flags: review?(kaze)
Assignee | ||
Updated•11 years ago
|
Attachment #8359214 -
Flags: review?(francisco.jordano)
Comment 6•11 years ago
|
||
Comment on attachment 8359214 [details] [review]
Pull request
Incredible job, so clean now!
Thanks, tried on the phone and works perfectly, just left one ni on github.
Attachment #8359214 -
Flags: review?(francisco.jordano) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Comment addressed! Kaze, r?
Reporter | ||
Comment 10•11 years ago
|
||
Comment on attachment 8359214 [details] [review]
Pull request
R=me with nits addressed, see my comments on github regarding the use of boolean attributes.
This is a very nice cleanup, thanks Borja!
Attachment #8359214 -
Flags: review?(kaze) → review+
Assignee | ||
Comment 11•11 years ago
|
||
https://github.com/mozilla-b2g/gaia/commit/1d2654e55bafa2c48838eb35cff8ec28ba32391c
https://github.com/borjasalguero/gaia/commit/96d2fb464261463f9cbc56dd5fcbc77c52a67e99
R+. Merged.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 1.3 C2/1.4 S2(17jan)
You need to log in
before you can comment on or make changes to this bug.
Description
•