Closed
Bug 1137217
Opened 10 years ago
Closed 10 years ago
Bottom corners of font panel in reader view should be rounded
Categories
(Toolkit :: Reader Mode, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1142298
mozilla38
People
(Reporter: phlsa, Unassigned, Mentored)
Details
(Whiteboard: [qx:link:spec][diamond])
Attachments
(1 file)
12.83 KB,
image/png
|
Details |
The corner radius at the bottom of the font panel in reader view should match the one of the top corners.
Reporter | ||
Updated•10 years ago
|
Whiteboard: [qx]
Comment 1•10 years ago
|
||
It looks like we need to add some bottom radius values.
Let's put the new rules below the:
#font-type-buttons > li:first-child,
#font-size-buttons > button:first-child,
.segmented-button > li:first-child {
rule at https://dxr.mozilla.org/mozilla-central/source/toolkit/themes/windows/global/aboutReader.css#342 and they should look like:
.segmented-button > li:first-child {
border-bottom-left-radius: 4px;
}
.segmented-button > li:last-child {
border-bottom-right-radius: 4px;
}
Mentor: bwinton
Whiteboard: [qx] → [qx][diamond]
Reporter | ||
Updated•10 years ago
|
Component: Reading List → Reader Mode
Product: Firefox → Toolkit
Target Milestone: --- → mozilla38
Version: Firefox 38 → 38 Branch
Comment 3•10 years ago
|
||
Sounds good. Do you understand how to show the Font Panel?
Flags: needinfo?(bwinton)
Comment 4•10 years ago
|
||
Hi,
Actually I dont know about how to show the front panel.
and please tell me how to reproduce the BUG.
Thanks.
Flags: needinfo?(bwinton)
Comment 5•10 years ago
|
||
Step 1: Go to about:config and make sure "reader.parse-on-load.enabled" is "true".
Step 2: Go to http://www.nytimes.com/2015/03/03/opinion/david-brooks-leaving-and-cleaving.html?_r=0 and wait for it to completely load.
Step 3: Click the icon in the urlbar that looks like a book.
Step 4: Click the "Aa" icon in the bar on the side of the page.
Flags: needinfo?(bwinton)
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Comment 7•10 years ago
|
||
Unfortunately, this is a duplicate and was already fixed. Vikram, maybe Blake can suggest a different bug you can work on. Blake?
Flags: needinfo?(bwinton)
Comment 8•10 years ago
|
||
I believe Vikram and I have been chatting about a different bug, but I admit I forget which one it is. Perhaps it was bug 995758?
Flags: needinfo?(bwinton)
Updated•10 years ago
|
Whiteboard: [qx][diamond] → [qx:link:spec][diamond]
You need to log in
before you can comment on or make changes to this bug.
Description
•