Closed
Bug 16555
Opened 25 years ago
Closed 25 years ago
statusbar font size doesn't scale
Categories
(SeaMonkey :: UI Design, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M15
People
(Reporter: dbaron, Assigned: bugs)
Details
Attachments
(1 file)
(deleted),
image/gif
|
Details |
DESCRIPTION: The font size of the statusbar (except for "[Context Menu Proxy]")
doesn't scale up with a method of simulating a user setting of a large font
size. This is a problem for users with poor vision. (This should be
configurable eventually...)
STEPS TO REPRODUCE:
* To simulate setting a large font size, add the following to the end of
resource://res/ua.css (dist/bin/res/ua.css if apprunner.exe is in dist/bin/):
:root { font-size: 18px; }
* Start apprunner
ACTUAL RESULTS:
* All the text is big except the two above-mentioned items.
EXPECTED RESULTS:
* Everything should be big.
DOES NOT WORK CORRECTLY ON:
* Linux, apprunner, 1999-10-15-11-M11
ADDITIONAL INFORMATION: Screenshot to be attached.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Actually, that's not the best simulation, because it doesn't change the
small/medium/large etc. keywords, which may be what is used in this case.
So this bug may or may not be invalid...
Comment 3•25 years ago
|
||
[E-mailed Don to request that he give this bug a look.]
Assignee: don → law
Component: Browser-General → XPApps
Target Milestone: M12
I think it's somebody else. I'm reassigning to Matt. He knows more about the
.css than I do.
Updated•25 years ago
|
QA Contact: paulmac → claudius
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•25 years ago
|
||
Checked this out on a recent build. It appears the new skin has fixed the
"special case"-ness of the status bar. It now appears to inherit font
characteristics from the base window font specification, you can test this for
yourself by commenting the "font:" property out on the 'window' rule in
global.css in a recent build. Restart Mozilla, you'll find all fonts (including
statusbar font) are big.
*goes back to waiting for system fonts to arrive*
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•25 years ago
|
||
the status bar is indeed picking up the same characteristics
as the base window. Thanks for the "you can test this..." info.
VERIFIED fixed with 2000011212 build
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•