Bug 65604 - khtml displays LRM and RLM as glyphs
Summary: khtml displays LRM and RLM as glyphs
Status: RESOLVED DUPLICATE of bug 46210
Alias: None
Product: konqueror
Classification: Applications
Component: khtml renderer (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-06 16:30 UTC by Ilya Konstantinov
Modified: 2003-11-02 11:29 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 Ilya Konstantinov 2003-10-06 16:30:16 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

kthml displays the LRM and RLM Unicode control characters (produced by the HTML's ‎ and ‏) as actual glyphs from the current font, rather than treating them as control characters and not displaying them.

Note: When fixing this bug, make sure that while those characters aren't displayed (zero-width, in Unicode terms), they are present in the text and get copied along with it.
Comment 1 Stephan Kulow 2003-10-27 14:27:30 UTC
can you please provide a small test case that can be used for testing?
Comment 2 Ilya Konstantinov 2003-10-27 20:13:28 UTC
<html>
<body>
<p dir="RTL">
foo&rlm;bar
</p>
</body>
</html>

khtml does the bidi work right (the "bar" is to the left of "foo"), but it renders  the RLM control character. Compare results with Mozilla.
Comment 3 Stephan Kulow 2003-11-02 11:29:40 UTC

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