Closed
Bug 1158294
Opened 8 years ago
Closed 8 years ago
Increase Reader Views Default Type Size
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: mmaslaney, Assigned: bwinton)
References
Details
Attachments
(1 file)
1.56 KB,
patch
|
Margaret
:
review+
mmaslaney
:
ui-review+
lizzard
:
approval-mozilla-aurora+
lizzard
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Let's increase the size of Reader's default type size by one increment, this would in turn eliminate the smallest (unreadable value) and provide a larger max size.
Assignee | ||
Comment 1•8 years ago
|
||
Before: Smallest - https://www.dropbox.com/s/e40fh39md161ugi/Screenshot%202015-04-24%2014.31.42.png?dl=0 Largest - https://www.dropbox.com/s/w979iakj3aq5g46/Screenshot%202015-04-24%2014.32.12.png?dl=0 After: Smallest - https://www.dropbox.com/s/lrib8cfo3rro7no/Screenshot%202015-04-24%2014.30.51.png?dl=0 Largest - https://www.dropbox.com/s/k7e5f8emuo3kdz6/Screenshot%202015-04-24%2014.31.06.png?dl=0
Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8597529 -
Flags: ui-review?(mmaslaney)
Attachment #8597529 -
Flags: review?(margaret.leibovic)
Comment 3•8 years ago
|
||
Hi Blake, can you provide a point value.
Status: NEW → ASSIGNED
Iteration: --- → 40.2 - 27 Apr
Flags: qe-verify-
Flags: needinfo?(bwinton)
Flags: firefox-backlog+
Assignee | ||
Updated•8 years ago
|
Points: --- → 1
Flags: needinfo?(bwinton)
Comment 4•8 years ago
|
||
Comment on attachment 8597529 [details] [diff] [review] The first cut at the patch. Review of attachment 8597529 [details] [diff] [review]: ----------------------------------------------------------------- ::: toolkit/themes/shared/aboutReader.css @@ +53,5 @@ > body.serif .remove-button { > font-family: Georgia, "Times New Roman", serif; > } > > +#container.font-size1 { Why did you need to change this from body to #container?
Assignee | ||
Comment 5•8 years ago
|
||
Because _setFontSize sets the font-sizeN on the container, not the body, at https://dxr.mozilla.org/mozilla-central/source/toolkit/components/reader/AboutReader.jsm#362 (And that was changed so that we didn't repaint the toolbar when we changed the font-size as part of bug 1149520.) I'm not entirely sure how the code was working before…
Reporter | ||
Updated•8 years ago
|
Attachment #8597529 -
Flags: ui-review?(mmaslaney) → ui-review+
Comment 6•8 years ago
|
||
(In reply to Blake Winton (:bwinton) from comment #5) > Because _setFontSize sets the font-sizeN on the container, not the body, at > https://dxr.mozilla.org/mozilla-central/source/toolkit/components/reader/ > AboutReader.jsm#362 (And that was changed so that we didn't repaint the > toolbar when we changed the font-size as part of bug 1149520.) I'm not > entirely sure how the code was working before… Doh, I just noticed this myself while working on the patch for bug 1158194. This must be a regression I introduced in bug 1154028.
Updated•8 years ago
|
Attachment #8597529 -
Flags: review?(margaret.leibovic) → review+
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 7•8 years ago
|
||
Oy. Sorry for missing that. :-\
Comment 8•8 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/2982f76606da
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 9•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/2982f76606da
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Assignee | ||
Comment 10•8 years ago
|
||
Comment on attachment 8597529 [details] [diff] [review] The first cut at the patch. Approval Request Comment [Feature/regressing bug #]: reader mode [User impact if declined]: Slightly harder to read text, and inability to resize text. [Describe test coverage new/current, TreeHerder]: Manual [Risks and why]: Low, because it's a CSS-only change. [String/UUID change made/needed]: none
Attachment #8597529 -
Flags: approval-mozilla-beta?
Attachment #8597529 -
Flags: approval-mozilla-aurora?
Comment on attachment 8597529 [details] [diff] [review] The first cut at the patch. Approving for uplift to aurora and to beta (from discussion with Sylvestre) because we want this to be in the 38.0.5 but not in 38.0 since Reader Mode is disabled for 38.0 on Desktop.
Attachment #8597529 -
Flags: approval-mozilla-beta?
Attachment #8597529 -
Flags: approval-mozilla-beta+
Attachment #8597529 -
Flags: approval-mozilla-aurora?
Attachment #8597529 -
Flags: approval-mozilla-aurora+
Updated•8 years ago
|
Target Milestone: Firefox 38 → Firefox 40
Comment 12•8 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/d1ec9f37d8f5
status-firefox39:
--- → fixed
Updated•8 years ago
|
status-firefox38:
--- → wontfix
status-firefox38.0.5:
--- → affected
Comment 14•8 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM UTC-4] from comment #13) > https://hg.mozilla.org/releases/mozilla-release/rev/8cba8416a229 Isn't this 38, and beta 38.0.5 ? Did I miss another memo? :-\ (neither were marked 'fixed' with this comment, which is presumably also an issue)
Flags: needinfo?(ryanvm)
Updated•8 years ago
|
Status: RESOLVED → VERIFIED
Comment 16•8 years ago
|
||
Towkir please mention which build did you check the fix.
Status: VERIFIED → RESOLVED
Closed: 8 years ago → 8 years ago
Flags: needinfo?(towkir17)
Comment 17•8 years ago
|
||
build of the fixed version is : 20150521175336 more details at http://prntscr.com/7qld12 Thanks :)
Flags: needinfo?(towkir17)
You need to log in
before you can comment on or make changes to this bug.
Description
•