Bug 150228 - Konqueror will NOT render certain characters (↑) if the font-family is Verdana (other TTF font)
Summary: Konqueror will NOT render certain characters (↑) if the font-family ...
Status: RESOLVED DUPLICATE of bug 47682
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-26 15:39 UTC by Dhaval Patel
Modified: 2007-09-26 20:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dhaval Patel 2007-09-26 15:39:27 UTC
Version:           Konqueror 3.5.7 (same as KDE) (using KDE KDE 3.5.7)
Installed from:    Ubuntu Packages
OS:                Linux

http://jwblack.patel.sh/test/uarrdarr.php

The above URL or the code below shows displays the problem. The up arrow and down arrow will not be displayed correctly if the font-family is specified as a MS core web TTF.

I hope the things below render properly, if not just go to the URL above.

<html>
<body>

<div>
    <span>&amp;darr; and &amp;uarr; with font-family Verdana</span>
    <span style="font-family:Verdana,Sans-Serif;">&darr;</span>
    <span style="font-family:Verdana,Sans-Serif;">&uarr;</span>
</div>

<div>
    <span>&amp;darr; and &amp;uarr; with font-family Sans-Serif</span>
    <span style="font-family:Sans-Serif;">&darr;</span>
    <span style="font-family:Sans-Serif;">&uarr;</span>
</div>

</body>
</html>
Comment 1 Dhaval Patel 2007-09-26 18:10:01 UTC
This is verified to work in Safari Mac 10.4.x. It is only a problem with Konqueror.
Comment 2 Maksim Orlovich 2007-09-26 20:57:54 UTC

*** This bug has been marked as a duplicate of 47682 ***