Closed
Bug 132341
Opened 23 years ago
Closed 11 months ago
mozilla ignores font set via css / html attributes for some languages
Categories
(Core Graveyard :: GFX: Mac, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: xslf, Unassigned)
References
Details
(Keywords: intl)
Attachments
(2 files, 3 obsolete files)
mozilla 2002031708/mac 9.2.2:
mozilla is ignoring the hebrew font I spcify him in my CSS. I tried to use
arial and arial hebrew (the name of the font on the system is arial hebrew,
althugh some application display the font name in hebrew). but mozilla is
still using my default font for Hebrew encoding (rannana).
see attached example
Reporter | ||
Comment 1•23 years ago
|
||
reporter: nc4 indicates that file has an unterminated <script tag. i presume
this wasn't intentional.
Summary: mozilla ignors Hebrew font set in the page → mozilla ignores Hebrew font set in the page
Reporter | ||
Comment 3•23 years ago
|
||
no, that was not intentional. but even after removing it, mozilla does not use
the font specificed.
Reporter | ||
Comment 4•23 years ago
|
||
Attachment #75201 -
Attachment is obsolete: true
Comment 5•23 years ago
|
||
With "arial" it works for me, so the problem seems to be with finding the right
name for your font. Do other fonts work?
Reporter | ||
Comment 6•22 years ago
|
||
it looks like some of it is platform diffrences: while on windows arial and
arial hebrew are actaully one font, on mac they are two separate fonts, and it
seems that mozilla is not smart enugh to know that they are the same.
All other common fonts that ae on both mac and windows have the same problem.
With mac only fonts, many Hebrew fonts have Hebrew names and are type1, not true
type- which seems to confuse mozilla as well.
Comment 7•21 years ago
|
||
This bug is targeted at a Mac classic platform/OS, which is no longer supported
by mozilla.org. Please re-target it to another platform/OS if this bug applies
there as well or resolve this bug.
I will resolve this bug as WONTFIX in four weeks if no action has been taken.
To filter this and similar messages out, please filter for "mac_cla_reorg".
Reporter | ||
Comment 8•21 years ago
|
||
As Arial is my default font, I have changed the test case to use Raanana font.
mozilla still uses Arial, and does not respect this font.
Perhaps this is related to bug 120401?
Attachment #75422 -
Attachment is obsolete: true
Reporter | ||
Comment 9•21 years ago
|
||
forgot to write: Tested with Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O;
en-US; rv:1.5b) Gecko/2003090803 on osx 10.2.6
Reporter | ||
Comment 11•21 years ago
|
||
This bug is still appearing in the latest nightlies. In combination with bug
#120401 we got a real problem for Hebrew pages on mozilla mac
Comment 12•21 years ago
|
||
This is not Hebrew specific bug.
I'm also not not sure about the status of this bug, now that we fixed bug 120401.
From my checks:
* bold and italic are fixed now.
* font-family: serif / font-family: sans-serif are also fixed.
but:
* font-family: SomeFont; doesn't work, not via css, not via html attributes.
but it does work on form elements (see: wiki.mozilla.org.il, notice that other
sites will use your systemfont).
Component: Layout: BiDi Hebrew & Arabic → GFX: Mac
Keywords: intl
Summary: mozilla ignores Hebrew font set in the page → mozilla ignores font set via css / html attributes for some languages
Updated•20 years ago
|
Assignee: mkaply → sfraser
QA Contact: zach
Comment 13•20 years ago
|
||
*** Bug 262077 has been marked as a duplicate of this bug. ***
Attachment #131079 -
Attachment mime type: text/html → text/html; charset=x-mac-hebrew
Reporter | ||
Comment 14•17 years ago
|
||
This bug is still there in the 2.x line. Downloding a V3 build to test on- will update when I will have more info.
Reporter | ||
Comment 15•17 years ago
|
||
Comment 16•17 years ago
|
||
(In reply to comment #15)
> Created an attachment (id=291935) [details]
> A unicode test case, using one of the default fonts on the mac
>
Ariel Hebrew is the default font on trunk for the hebrew group FYI.
Assignee: sfraser_bugs → joshmoz
QA Contact: mac
Reporter | ||
Comment 17•17 years ago
|
||
Tested with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b2pre) Gecko/2007120604 Minefield/3.0b2pre
and using a new test document that sets Raanana- looks good.
Asaf- which other languages did you say where affected by this?
Reporter | ||
Comment 18•17 years ago
|
||
Attachment #291935 -
Attachment is obsolete: true
Comment 19•17 years ago
|
||
All languages noted on bug 120401, IIRC. Note that the back-end for this has been completely rewritten (replaced, actually).
Reporter | ||
Comment 20•17 years ago
|
||
Am I the only one to see this partially regress this week, at least with build
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b3pre) Gecko/2007121604 Minefield/3.0b3pre
?
Sites that worked ok (like tapuz and ynet) in earlier builds this week now don't show the site-defined font but the fonts I set.
Comment 21•17 years ago
|
||
http://tapuz.co.il/ and the testcases attached here work for me, but http://www.ynet.co.il/ uses my default font. I don't know if it's relevant that ynet seems to declare the language as Hebrew but tapuz doesn't.
Comment 22•17 years ago
|
||
It's probably best to wait for bug 396137 to land and then file new bugs if there are still issues.
Reporter | ||
Comment 23•17 years ago
|
||
This is bug is still here with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9b3pre) Gecko/2008011304 Minefield/3.0b3pre ID:2008011304
Should I go ahead and file another bug about this?
Comment 24•17 years ago
|
||
Ynet specifies BODY {FONT-FAMILY: "Arial", "Arial (Hebrew)", "David (Hebrew)", "Courier New (Hebrew)";}
"Arial" doesn't contain glyphs for Hebrew, and the other fonts don't exists (on my system, anyway) (there's "Arial Hebrew", without the parentheses, but that doesn't help). So Firefox does the reasonable thing and falls back on the default font. Shoshannah, Simon - are you seeing anything else?
Assignee | ||
Updated•16 years ago
|
Product: Core → Core Graveyard
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•