[Webkit-unassigned] [Bug 6148] WebKit doesn't shape characters (like Arabic) across style changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 26 12:43:53 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=6148


Munzir Taha (منذر طه) <munzirtaha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |munzirtaha at gmail.com




--- Comment #12 from Munzir Taha (منذر طه) <munzirtaha at gmail.com>  2011-11-26 12:43:52 PST ---
Hi, I just encountered this bug while I am loading a page using
  QWebView *view = new QWebView();
  view->load(QUrl("test.html"));

while the test.html contains

<!DOCTYPE HTML>
<html>
<head>
<meta charset=utf8>
<style type="text/css">
p:first-letter {
  color: red;
}
</style>
</head>
<body>
The two arabic letters should apear like عر but they really show as
<p>عر</p>
and
<div><span>ع</span>ر</div>

</body>
</html>

Any update on this?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list