Closed
Bug 703029
Opened 13 years ago
Closed 13 years ago
Expose pref for "optimal" text size in Fennec UI
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(firefox11 fixed, fennec11+)
VERIFIED
FIXED
People
(Reporter: madhava, Assigned: mbrubeck)
References
Details
(Whiteboard: readability, [QA+])
Attachments
(2 files)
6.88 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
714.20 KB,
image/jpeg
|
Details |
The new readability code relies on the concept of an "optimal" reading text size. In practice, there will not be such a size for all people. We should find a good default, but we should also allow some adjustment.
I think we'll want to express this not as a number or even a continuous slider, but instead as a few discrete steps of sizes, like the Kindle does.
Reporter | ||
Updated•13 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•13 years ago
|
||
Bug 627842 adds (hidden) prefs for this, so all we need to do is decide what default and alternate values to provide for Fennec, and what to call them.
Assignee: nobody → mbrubeck
Depends on: font-inflation
OS: Mac OS X → Android
Hardware: x86 → All
Summary: add pref for "optimal" text size → Expose pref for "optimal" text size in Fennec UI
Reporter | ||
Comment 2•13 years ago
|
||
Here's the Android Kindle app size picker http://blog.laptopmag.com/wpress/wp-content/uploads/2010/06/KindleApp-readingthemes.png
Reporter | ||
Comment 3•13 years ago
|
||
So, we could do something like this:
http://farm7.static.flickr.com/6100/6351067829_599d0ac4cf_b.jpg
In Flickr: http://www.flickr.com/photos/madhava_work/6351067829/
Reporter | ||
Comment 4•13 years ago
|
||
Adding mnovak for some guidance on what our firefoxy whimsical sample text could be. Something from the manifest? "The quick orange fox jumped over the..." Is there something we're already using elsewhere?
Comment 5•13 years ago
|
||
Hey guys. I think this is very cool. I love the idea of "the quick orange fox," but I also think there's an opportunity to inject our brand message into it. The below incorporates both, using some new copy that was recently created by our agency. Keep in mind that depending on the size of the text selected, users would see a different amount of copy (ideally at the largest size it would end after "expectations"). I post this here to start a discussion on what people think does and/or doesn't work. Happy to make changes. Also adding Slater so he can weigh in.
The quick orange fox jumps over your expectations with more customization, more privacy and more control. As a non-profit, we're free to innovate on your behalf without any pressure to compromise. That means a better experience for you and a brighter future for the Web.
Reporter | ||
Comment 6•13 years ago
|
||
Oh man. Yes please.
"Jumps over your expectations" is killer.
Comment 7•13 years ago
|
||
w00t! Glad you like it. One tweak, though, based on some other changes we recently made:
The quick orange fox jumps over your expectations with more speed, more flexibility and more security. As a non-profit, we're free to innovate on your behalf without any pressure to compromise. That means a better experience for you and a brighter future for the Web.
Comment 8•13 years ago
|
||
Awesome/splendid.
Comment 9•13 years ago
|
||
Splawesome?
Reporter | ||
Updated•13 years ago
|
Whiteboard: readability
Comment 10•13 years ago
|
||
Here is a link to the wiki entry I made on the topic which should provide enough info to fix the bug.
https://wiki.mozilla.org/Fennec/NativeUI/UserExperience/Readability
Assignee | ||
Comment 11•13 years ago
|
||
As a first step, this adds a simple list-based UI with four choices: small (6pt), medium (8pt), large (10pt), and extra large (14pt).
I will build the more complete UX sketched out above as a follow-up, but I thought it would be good to get something simple in right away.
Attachment #581854 -
Flags: review?(mark.finkle)
Comment 12•13 years ago
|
||
Comment on attachment 581854 [details] [diff] [review]
basic UI
You removed "permissions.default.image" from the getter in browser.js but not in the setter. You could remove it too.
Attachment #581854 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 13•13 years ago
|
||
Basic pref UI landed: https://hg.mozilla.org/integration/mozilla-inbound/rev/cf70852dfbd9
I'll open a follow-up bug for implementing the full UX design.
Status: NEW → ASSIGNED
Comment 14•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Flags: in-litmus?(fennec)
Whiteboard: readability → readability, [QA+]
Comment 15•13 years ago
|
||
What are the font size measurements for the different sizes (sm, med, lg, xlg)?
Also if you visit a mobile site the text inflation is quite large at the small setting, its closer to what I would expect on the medium or large setting.
Assignee | ||
Comment 16•13 years ago
|
||
(In reply to Patryk Adamczyk from comment #15)
> What are the font size measurements for the different sizes (sm, med, lg,
> xlg)?
6pt, 8pt, 10pt, and 14pt. (See comment 11 for reference.)
> Also if you visit a mobile site the text inflation is quite large at the
> small setting, its closer to what I would expect on the medium or large
> setting.
Note that text inflation will make text *larger* when needed, but it will never make text smaller. So if a site already has large text, the text will stay large regardless of the inflation settings. Can you set the value to 0 in about:config to compare the text size with inflation disabled? If it looks like inflation is resulting in too-large text on a specific site, please file a bug.
Updated•13 years ago
|
tracking-fennec: --- → 11+
Updated•13 years ago
|
status-firefox11:
--- → fixed
Comment 17•12 years ago
|
||
Feature covered by the Readability test suite in MozTrap. The tests can be found here: https://moztrap.mozilla.org/manage/cases/?filter-suite=74
Flags: in-litmus?(fennec) → in-moztrap+
Comment 18•12 years ago
|
||
For Firefox Mobile 16.0b1 the simple list of selectable values has been implemented. For Aurora 17.0a2 2012-09-04 and Nightly 18.0a1 2012-09-04 the new UI has been added similar to the Kindle interface.
Verified on:
Samsung Galaxy R (Android 2.3.4)
Samsung Galaxy Tab 2 7.0 Android (4.0.4)
Status: RESOLVED → VERIFIED
Updated•4 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
•