Closed
Bug 786997
Opened 12 years ago
Closed 12 years ago
[responsive mode] the page background should be the same as the standalone image page
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 18
People
(Reporter: paul, Unassigned)
Details
(Whiteboard: [good first bug][mentor=paul][lang=css][fixed-in-fx-team])
Attachments
(1 file, 1 obsolete file)
2.28 KB,
patch
|
paul
:
review+
|
Details | Diff | Splinter Review |
And we might want to remove the inner shadow too.
Reporter | ||
Comment 1•12 years ago
|
||
To see the "standalone image page", open any image in Firefox. You'll see a dark-noised background.
Comment 2•12 years ago
|
||
Hi Paul,
I am interested in working on this bug. Could you please guide me on getting started with it.
Thanks.
Reporter | ||
Comment 3•12 years ago
|
||
Sure!
When you start the responsive mode, the background is blue-ish, and has a inset shadow.
http://mxr.mozilla.org/mozilla-central/source/browser/themes/pinstripe/browser.css#3207
http://mxr.mozilla.org/mozilla-central/source/browser/themes/winstripe/browser.css#3170
http://mxr.mozilla.org/mozilla-central/source/browser/themes/gnomestripe/browser.css#2490
We want to have the same background as the "top level image document" (which is the page you see when you open a standalone iamge).
You can see the code for example here: http://mxr.mozilla.org/mozilla-central/source/toolkit/themes/winstripe/global/TopLevelImageDocument.css
This probably just mean changing the background color (not the background image) and removing the inset shadow.
Comment 6•12 years ago
|
||
Attachment #658486 -
Flags: review?
Comment 7•12 years ago
|
||
Comment on attachment 658486 [details] [diff] [review]
Patch.V1
Changed background color in the browser.css file for the gnomestripe, pinstripe, and winstripe themes.
Attachment #658486 -
Flags: review? → review?(paul)
Reporter | ||
Comment 8•12 years ago
|
||
Comment on attachment 658486 [details] [diff] [review]
Patch.V1
Looks right. Thank you :)
You might want to update your repo though (the code has changed).
Also, can you remove the inset shadow as well?
Attachment #658486 -
Flags: review?(paul)
Comment 9•12 years ago
|
||
Removed inset shadow and created patch against updated repo.
Attachment #658486 -
Attachment is obsolete: true
Attachment #658499 -
Flags: review?(paul)
Reporter | ||
Comment 10•12 years ago
|
||
Comment on attachment 658499 [details] [diff] [review]
Patch.V2
Review of attachment 658499 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you!
Attachment #658499 -
Flags: review?(paul) → review+
Reporter | ||
Updated•12 years ago
|
Whiteboard: [good first bug][mentor=paul][lang=css] → [good first bug][mentor=paul][lang=css][land-in-fx-team]
Reporter | ||
Comment 11•12 years ago
|
||
Whiteboard: [good first bug][mentor=paul][lang=css][land-in-fx-team] → [good first bug][mentor=paul][lang=css][fixed-in-fx-team]
Comment 12•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 18
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•