Open
Bug 402343
Opened 17 years ago
Updated 2 years ago
Default Hebrew font for form controls is too large / ugly
Categories
(Core :: Widget: Win32, defect, P4)
Core
Widget: Win32
Tracking
()
NEW
People
(Reporter: uriber, Unassigned)
Details
(Whiteboard: tpi:+)
Attachments
(5 files, 1 obsolete file)
The font used by default for Hebrew in form controls (text input, button, select) is an old-fashioned, poorly-designed, and too large for its line spacing, making it uncomfortable to read.
IE uses a different, much better font for form controls.
The attached screenshot shows IE (7, but 6 is the same) and Firefox (2.0, but trunk is the same), side by side.
Reporter | ||
Comment 1•17 years ago
|
||
Attachment #287214 -
Attachment is obsolete: true
Reporter | ||
Comment 2•17 years ago
|
||
Apparently, we're using DEFAULT_GUI_FONT [1], which is a Very Bad Thing [2][3].
[1] http://bonsai.mozilla.org/cvsblame.cgi?file=/mozilla/gfx/src/thebes/nsSystemFontsWin.cpp&rev=1.4&mark=196#183
[2] http://blogs.msdn.com/oldnewthing/archive/2005/07/07/436435.aspx
[3] http://blogs.msdn.com/michkap/archive/2006/04/28/585735.aspx
Comment 3•17 years ago
|
||
It's far from clear from those references and the places they link to what we should be doing instead...
Reporter | ||
Comment 4•17 years ago
|
||
FWIW, IE seems to be simply using Arial (which I don't think has any special status as a "GUI font" - it's certainly not the font used on system dialogs).
Comment 5•17 years ago
|
||
Does IE use the same font on XP and Vista?
Reporter | ||
Comment 6•17 years ago
|
||
Yes, Vista uses the same font (my previous screenshot was from XP).
Comment 7•17 years ago
|
||
We should check whether other locales have a similar problem.
Flags: blocking1.9?
Not blocking, but would take a safe patch.
Flags: blocking1.9? → blocking1.9-
Reporter | ||
Updated•17 years ago
|
Flags: wanted1.9.1?
Same situation as for 1.9.0 -- would take a patch for it, but won't block on it. I'm not sure I believe the blogs; we use DEFAULT_GUI_FONT for a lot of things, and it looks fine (and looks native). We could hardcode Arial on some locales, I guess, if needed to fix this.
Flags: wanted1.9.1? → wanted1.9.1+
Priority: -- → P4
Comment 10•8 years ago
|
||
OS: Windows XP → Unspecified
Hardware: x86 → Unspecified
Version: Trunk → unspecified
Comment 11•8 years ago
|
||
Comment 12•8 years ago
|
||
(In reply to ItielMaN from comment #11)
> Created attachment 8829266 [details]
> Testcase IE vs. Nightly comparison on Windows 10
I think IE's looks better, though I'd prefer having the Arial font in the form textbox.
Comment 13•8 years ago
|
||
Updated•8 years ago
|
Whiteboard: tpi:+
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•