Closed
Bug 892843
Opened 12 years ago
Closed 12 years ago
Disable font-inflation on netError pages
Categories
(Firefox for Android Graveyard :: General, defect)
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.
Comment 1•12 years ago
|
||
Should we disable it on any viewport metatag page?
Comment 2•12 years ago
|
||
Do we allow zooming on these pages at all? If not, then we should certainly be disabling font inflation.
Reporter | ||
Comment 3•12 years ago
|
||
No. Maybe this is a recent change in content.css that had an unexpected consequence.
Comment 4•12 years ago
|
||
(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.
Reporter | ||
Comment 5•12 years ago
|
||
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.
Reporter | ||
Comment 6•12 years ago
|
||
I think this is a dup and was fixed in bug 903327.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Assignee | ||
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
•