Closed
Bug 87945
Opened 23 years ago
Closed 22 years ago
Font download dialog needs the warning for Win2k and WinXP
Categories
(Core :: Internationalization, defect)
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: teruko, Assigned: ftang)
References
()
Details
(Keywords: intl)
Font download dialog can download only Global IMEs.
If you download the Global IME on Windows 2000 or Windows XP, you cannot
install it. We need to explain that the user cannot install it and the user
need to install the language pack from Windows 2000 or Windows XP CD.
Tested 6-26-06-0.9.2 Win32 build.
Assignee | ||
Comment 1•23 years ago
|
||
we need to tweak in the server side before we ship rtm.
Assignee | ||
Comment 2•23 years ago
|
||
now we won't popup font download dialog on win2k. But we need to find out how to
sniff winxp
Assignee | ||
Comment 3•23 years ago
|
||
mark it as 1.0. momoi- can you help to find out how to sniff winxp ?
Target Milestone: --- → mozilla1.0
Comment 4•23 years ago
|
||
I think we can use "navigator.userAgent" for WinXP
just like we can for Win 2000.
I looked a beta version of Win Xp and it returns:
Window NT 5.1
as part of the value of "navigator.userAgent".
Windows 2000 returns:
Windows NT 5.0
as part of the value of "navigator.userAgent".
So unless things change between now and the
Win XP final, I think we can sniff for "NT" and
"5." for both Win 2000 and Win XP. You can throw
up the same dialog for both platforms and so that should
be enough, I think.
Assignee | ||
Comment 5•23 years ago
|
||
ok, I add win xp checking so it won't have a font dialog box on win xp now.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•23 years ago
|
||
As Marina mentioned in the bug 87991, the small dialog will come up in the
short time on Win2k. I can reproduce this on 7-5-06 trunk Mozilla build on
WinXP.
Font download dialog does not show up in Netscape 6
at all--http://bugscape/show_bug.cgi?id=6879 - please look at the bug.
I reopen this.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•23 years ago
|
Assignee | ||
Updated•23 years ago
|
Status: REOPENED → ASSIGNED
Comment 10•23 years ago
|
||
Marina suggested on 2001-07-05 10:22 in bug 87991
Frank, won't it be a better solution for Win2K to pop up a dlgbox suggesting
to use a CD for font download... otherwise it's very confusing for the
user..Font dlgbox pops-up for a second and gives your an impression that
something is wrong.
Roy, Isn't this a server-side change?
This would be a big improvement until we can fix
bug 92596 - better font download handler on window
Comment 11•23 years ago
|
||
In addition to suggesting using the W2K or XP CD, we might also suggest
downloading other publicly available fonts such as the free fonts from UnionWay.
Updated•23 years ago
|
Keywords: mozilla1.0
Reporter | ||
Comment 13•22 years ago
|
||
We have warning dialog now.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 22 years ago
Resolution: --- → FIXED
Comment 15•22 years ago
|
||
What does the dialog say?
When did this land?
Is this only on the trunk?
Reporter | ||
Comment 16•22 years ago
|
||
This is not client side fix.
Reporter | ||
Comment 17•22 years ago
|
||
The dialog says "You can install it through 'Control Panel:Regional
Setting:Language'"
You need to log in
before you can comment on or make changes to this bug.
Description
•