Closed Bug 481567 Opened 15 years ago Closed 15 years ago

Difficult to read text on sites like google reader

Categories

(Firefox for Android Graveyard :: General, defect)

x86
Windows Vista
defect
Not set
normal

Tracking

(fennec1.0b1+)

VERIFIED FIXED
Tracking Status
fennec 1.0b1+ ---

People

(Reporter: pavlov, Assigned: mfinkle)

Details

Attachments

(2 files)

When we zoom pages to fit, text can often be difficult to read.  We should take a look at using text-only zoom or another feature to increase our default text size.
tracking-fennec: --- → 1.0b1+
This patch uses ctrl+d to make textZoom larger and ctrl+u make textZoom smaller in 0.1 increments
Attached patch patchSplinter Review
This patch defaults the textZoom to 1.2

I need a docShell to set the textZoom, so I do it in networkStart for two reasons:
1. It's early and setting the textZoom _will_ cause a full redraw, even though we only set it once per browser. networkStart should be early enough that the full redraw won't cause too much extra work, since we need to draw a lot of the page anyway.

2. networkStart is _not_ called during startup on the firstrun page. I don't know why, but this means we don't take a hit during startup for any redraws.

There is some minor cleanup I stumbled into as well.
Assignee: nobody → mark.finkle
Attachment #365821 - Flags: review?(pavlov)
Attachment #365821 - Flags: review?(pavlov) → review+
http://hg.mozilla.org/mobile-browser/rev/a949ef1a838a
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
verified with beta3 on n810.  For winmo, we might have other issues regarding overlapping text which happen to show up on google reader.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: