Closed
Bug 357738
Opened 18 years ago
Closed 13 years ago
"Minimum font size" sometimes doesn't work
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: oliperas, Unassigned)
References
()
Details
(Keywords: access, fonts)
Attachments
(1 file)
179.91 KB,
video/swf
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
"Minimum font size" doesn't always work for some sites (google). It never works for some others (http://www.game-revolution.com/).
For a demonstration with google check out the captured video.
Reproducible: Sometimes
Steps to Reproduce:
1.Visit http://www.game-revolution.com
2.For a demonstration with google check out the captured video.
3.
Happens with fresh installation of eng Win XP SP2 & eng Firefox. I 've also tried the nightly/latest-trunk build with a new profile, no change.
Updated•18 years ago
|
Assignee: nobody → aaronleventhal
Component: Disability Access → Disability Access APIs
Keywords: access
Product: Firefox → Core
QA Contact: disability.access → accessibility-apis
Version: unspecified → 1.0 Branch
The Firefox 2 [Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0] also has this bug. I have tried 16 and 20 as values. There are many sites that don't work with "minimum font size" e.g. www.msn.com, www.alexa.com.
Keywords: fonts
Version: 1.0 Branch → 1.8 Branch
Comment 3•17 years ago
|
||
I can also confirm this with Firefox 3.
Also refer to https://bugzilla.mozilla.org/show_bug.cgi?id=157667 comment #4. Although a minimum font size is set, using DOM Inspector, the computed style clearly proves that the font is displayed with size smaller than the set minimum.
https://bugzilla.mozilla.org/show_bug.cgi?id=287009 might be related.
Also, this is not encoding-related problem. For the purpose of testing, I've even set the minimum font size for every language possible (including user defined) to 16, yet there are still pages rendering at 11px. (Example: http://www.2tiff.com/features/ )
While waiting for the fix, can anyone suggest a workaround for this? Many would suggest NoSquint extension, but depending on what you want to achieve, that might be meaningless.
I've also putting the following in UserChrome.css:
html>body {
font-size: 100% !important;
line-height: normal !important;
}
Of course, it wouldn't work for other elements with specific font-size.
Comment 4•16 years ago
|
||
I have the same problem. Some sites ignore the "minimum font size" setting. I am using Firefox 3.0.7. Interestingly, the Mozilla support web site, "http://support.mozilla.com/en-US/kb/", IGNORES the setting, yet, on the other hand, here at bugzill.mozilla.org, the setting works fine.
Comment 6•13 years ago
|
||
Just tested. Closing as WORKSFORME. Please reopen with specific steps to reproduce and a test case if this shows up again.
Thanks for filing the bug.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•