Closed
Bug 891446
Opened 12 years ago
Closed 12 years ago
Reader: move title rule down
Categories
(Firefox for Android Graveyard :: Reader View, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: ibarlow, Assigned: sushant)
Details
(Whiteboard: [mentor=nickecarlo][lang=css])
Attachments
(1 file)
702 bytes,
patch
|
Margaret
:
review+
nickecarlo
:
feedback+
|
Details | Diff | Splinter Review |
Screenshot of current implementation: http://cl.ly/image/3B0M2P2U1Q0k
That rule below the URL should move away from the url text by about 15dp, like in these mocks http://cl.ly/image/2K3s0J2G2B2l
Updated•12 years ago
|
OS: Mac OS X → Android
Hardware: x86 → ARM
Whiteboard: [mentor=margaret][lang=css]
Version: Firefox 24 → Trunk
Comment 1•12 years ago
|
||
It also looks much better without the www. preceding the URL.
Reporter | ||
Comment 2•12 years ago
|
||
Yes. Bonus points if you remove that too ;)
Comment 3•12 years ago
|
||
(In reply to Ian Barlow (:ibarlow) from comment #2)
> Yes. Bonus points if you remove that too ;)
Hehe. If Margaret wants to do both of these things (rule and www., m., etc) in this bug then I'll take it. Otherwise I can file another bug and leave this for someone new since it'll only take one line of code to fix the rule...and I seem to be taking all the easy bugs away from new folks :-/.
Comment 4•12 years ago
|
||
(In reply to Nicolas Carlo [:nickecarlo] from comment #3)
> (In reply to Ian Barlow (:ibarlow) from comment #2)
> > Yes. Bonus points if you remove that too ;)
>
> Hehe. If Margaret wants to do both of these things (rule and www., m., etc)
> in this bug then I'll take it. Otherwise I can file another bug and leave
> this for someone new since it'll only take one line of code to fix the
> rule...and I seem to be taking all the easy bugs away from new folks :-/.
Filing a separate new bug sounds like a good plan, it's good to keep some easy bugs open for new people.
nickecarlo, if you want, you could even make yourself the mentor for this bug, since you probably know how to fix it! :)
Updated•12 years ago
|
Whiteboard: [mentor=margaret][lang=css] → [mentor=nickecarlo][lang=css]
Comment 5•12 years ago
|
||
To fix this bug we'd just need to work on the code here https://mxr.mozilla.org/mozilla-central/source/mobile/android/themes/core/aboutReader.css#61
Comment 6•12 years ago
|
||
(In reply to :Margaret Leibovic from comment #4)
> Filing a separate new bug sounds like a good plan, it's good to keep some
> easy bugs open for new people.
>
> nickecarlo, if you want, you could even make yourself the mentor for this
> bug, since you probably know how to fix it! :)
Filed bug 892942 for this.
Assignee | ||
Comment 7•12 years ago
|
||
@Nicolas: Are we just looking into increasing the padding bottom for .domain in this bug?
Comment 8•12 years ago
|
||
(In reply to Sushant Hiray [:sushant] from comment #7)
> @Nicolas: Are we just looking into increasing the padding bottom for .domain
> in this bug?
Hi Sushant,
I would play around with margin-top values for .domain-border and see which value comes closest to the images posted by ibarlow above.
You can post screenshots here for ibarlow to see if you're on the right track, along with a patch, if you like.
Let me know if you want to work on this bug and I'll assign it to you. :-)
Assignee | ||
Comment 9•12 years ago
|
||
Nicolas,
I would want to work on this bug but I'm particularly new to Firefox for Android.
I've cloned the mozilla central and have found the file where I would need to edit.
Could you help me in figuring out, how can I compile and check in reader mode?
Comment 10•12 years ago
|
||
(In reply to Sushant Hiray [:sushant] from comment #9)
> Nicolas,
> I would want to work on this bug but I'm particularly new to Firefox for
> Android.
> I've cloned the mozilla central and have found the file where I would need
> to edit.
> Could you help me in figuring out, how can I compile and check in reader
> mode?
Awesome. I've assigned the bug to you.
Follow this guide to set up your build environment: https://wiki.mozilla.org/Mobile/Fennec/Android
If you are using an emulator then the mozconfig settings here: https://wiki.mozilla.org/Mobile/Fennec/Android#Setup_Fennec_mozconfig are not going to work (at least they don't for me), let me know and I will help you out with that though.
If you're stuck in the process of setting all of this up, send me an email directly and I'll try to get back to you ASAP.
If you need help faster than an email response, you can always go to #mobile on irc.mozilla.org (details here: https://wiki.mozilla.org/IRC)
So again if you're stuck, don't hesitate to email me directly. :-)
Assignee: nobody → hiraysushant
Assignee | ||
Comment 11•12 years ago
|
||
Hi Nicolas,
Sorry for the delay. I was caught up in my univ exams.
So here are some screenshots:
Current Version looks like this: http://i.imgur.com/5K1Hjhp.png
A top margin of 15 px looks this way http://i.imgur.com/jUJ4Rje.png
and a margin of 10 px looks this way http://i.imgur.com/tS8cCna.png
Do tell me which looks good.
Comment 12•12 years ago
|
||
(In reply to Sushant Hiray [:sushant] from comment #11)
> Hi Nicolas,
> Sorry for the delay. I was caught up in my univ exams.
> So here are some screenshots:
> Current Version looks like this: http://i.imgur.com/5K1Hjhp.png
> A top margin of 15 px looks this way http://i.imgur.com/jUJ4Rje.png
> and a margin of 10 px looks this way http://i.imgur.com/tS8cCna.png
>
> Do tell me which looks good.
Thanks Sushant. Let's see which one Ian likes the best since its his call.
Flags: needinfo?(ibarlow)
Reporter | ||
Comment 13•12 years ago
|
||
Great stuff -- I prefer the 15px one. Thanks!
Flags: needinfo?(ibarlow)
Assignee | ||
Comment 14•12 years ago
|
||
I have submitted the patch corresponding to 15px. I hope this looks good :)
Attachment #795894 -
Flags: review?(nickecarlo)
Comment 15•12 years ago
|
||
Comment on attachment 795894 [details] [diff] [review]
891446.patch : Moving the title ruler down
Review of attachment 795894 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me. I've given + as feedback. I'm marking Margaret for review.
Attachment #795894 -
Flags: review?(nickecarlo)
Attachment #795894 -
Flags: review?(margaret.leibovic)
Attachment #795894 -
Flags: feedback+
Comment 16•12 years ago
|
||
Comment on attachment 795894 [details] [diff] [review]
891446.patch : Moving the title ruler down
Review of attachment 795894 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me! Thanks Sushant and Nicolas!
Attachment #795894 -
Flags: review?(margaret.leibovic) → review+
Updated•12 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 17•12 years ago
|
||
Welcome!
Do count me in if you need further help! :)
Comment 18•12 years ago
|
||
Keywords: checkin-needed
Whiteboard: [mentor=nickecarlo][lang=css] → [mentor=nickecarlo][lang=css][fixed-in-fx-team]
Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Comment 19•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [mentor=nickecarlo][lang=css][fixed-in-fx-team] → [mentor=nickecarlo][lang=css]
Target Milestone: --- → Firefox 26
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•