[Webkit-unassigned] [Bug 14684] Hebrew text in Safari chrome is reversed (LTR instead of RTL)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 20 16:21:32 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14684





------- Comment #4 from mitz at webkit.org  2007-07-20 16:21 PDT -------
Created an attachment (id=15610)
 --> (http://bugs.webkit.org/attachment.cgi?id=15610&action=view)
More bidi string rendering tests (and bugs)

Reordering characters is not enough, as demonstrated by the way list items
render on this test: mirroring and combining marks need to be handled. Since
the Font object already knows how to do that for unidirectional runs, I think
the bidirectional string drawing routine should not reorder characters and feed
one string into Font::drawText, but rather draw separate truly-unidirectional
runs.


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



More information about the webkit-unassigned mailing list