Closed
Bug 17567
Opened 25 years ago
Closed 25 years ago
no visual indication of missing characters
Categories
(Core :: Internationalization, defect, P2)
Core
Internationalization
Tracking
()
M16
People
(Reporter: dbaron, Assigned: erik)
Details
Attachments
(1 file)
436 bytes,
text/html
|
Details |
DESCRIPTION: There is currently no visual indication of characters that could
not be displayed. This is a serious problem because the user could be unaware
that he is missing anything.
STEPS TO REPRODUCE:
* load attached test case
ACTUAL RESULTS:
* there should be five characters after the ":" at the end of the paragraph.
They don't need to be the right ones, but there should be something there.
EXPECTED RESULTS:
* There's nothing after the ":".
DOES NOT WORK CORRECTLY ON:
* Linux, apprunner, 1999-10-28-08-M11
* Linux, viewer, build of 1999-10-29 09:30PDT
Reporter | ||
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Assignee: ftang → erik
Comment 2•25 years ago
|
||
reassign this to erik.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
OS: Linux → All
Priority: P3 → P2
Hardware: PC → All
Target Milestone: M12
Assignee | ||
Comment 3•25 years ago
|
||
I wrote some code to handle "symbol" fonts on Windows. That design was also
intended to be able to handle the case where none of the system fonts have any
glyphs for the current character. The code is currently in Roger Sidje's hands,
and will be checked in for MathML at some point. We can then extend it to
handle this bug report and also to cover the other platforms.
I have now landed the code. Builds from now on display symbols
on Windows. Shyjan Mahamud <mahamud@cs.cmu.edu> did some
MathML work to enable the symbol font on Linux. The code
was landed as well, but it is in #ifdef MOZ_MATHML. Back to
you to make the appropriate bit part of the default build.
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•25 years ago
|
||
Definitely duplicates. Both deal with what should be done if a character in the
current font does not exist.
You need to log in
before you can comment on or make changes to this bug.
Description
•