Closed Bug 892843 Opened 11 years ago Closed 11 years ago

Disable font-inflation on netError pages

Categories

(Firefox for Android Graveyard :: General, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 903327

People

(Reporter: wesj, Unassigned)

Details

The try again button on net error pages has gotten really tiny. I assume we're using font-inflation there now? We should disable it on these pages.
Should we disable it on any viewport metatag page?
Do we allow zooming on these pages at all? If not, then we should certainly be disabling font inflation.
No. Maybe this is a recent change in content.css that had an unexpected consequence.
(In reply to Wesley Johnston (:wesj) from comment #3)
> No. Maybe this is a recent change in content.css that had an unexpected
> consequence.

Alternatively, we could add -moz-text-size-adjust: none to the css styles of these pages that we don't want font inflation enabled for.
I looked, and text-inflation actually IS disabled on error pages, but for some reason fonts are still drawing themselves crazy small on buttons there. I fixed it in the new error pages by adding:

button { font-size: 1rem; }

in the css. I'm not sure what's up here. If its font-inflation or some other css overriding us somewhere? Need someone to dig more. Maybe look for a regression date.
I think this is a dup and was fixed in bug 903327.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.