Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 155709 Details for
Bug 118179
Mozilla's font display of MathML is incorrect
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Upstream patch for the upstream bug 212400
ft2.mathml.patch (text/plain), 794 bytes, created by
Matěj Cepl
on 2007-05-30 16:58:14 UTC
(
hide
)
Description:
Upstream patch for the upstream bug 212400
Filename:
MIME Type:
Creator:
Matěj Cepl
Created:
2007-05-30 16:58:14 UTC
Size:
794 bytes
patch
obsolete
>Index: gfx/src/x11shared/nsFT2FontNode.cpp >=================================================================== >RCS file: /cvsroot/mozilla/gfx/src/x11shared/nsFT2FontNode.cpp,v >retrieving revision 1.12 >diff -u -r1.12 nsFT2FontNode.cpp >--- gfx/src/x11shared/nsFT2FontNode.cpp 24 Jun 2003 01:15:45 -0000 1.12 >+++ gfx/src/x11shared/nsFT2FontNode.cpp 11 Jul 2003 12:24:19 -0000 >@@ -177,7 +177,7 @@ > LoadNode(fce, charSetName, aNodes); > } > } >- if (!(foundryName.get()) && familyName.get() && flags&FCE_FLAGS_SYMBOL) { >+ if (foundryName.IsEmpty() && !familyName.IsEmpty() && flags&FCE_FLAGS_SYMBOL) { > // the "registry-encoding" is not used but LoadNode will fail without > // some value for this > LoadNode(fce, "symbol-fontspecific", aNodes);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 118179
:
103811
| 155709