[Webkit-unassigned] [Bug 83227] [chromium] wrong justification for arabic/persian page in cr-win

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 5 17:46:51 PDT 2012


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





--- Comment #17 from Xiaomei Ji <xji at chromium.org>  2012-04-05 17:46:50 PST ---
(From update of attachment 135946)
View in context: https://bugs.webkit.org/attachment.cgi?id=135946&action=review

> Source/WebCore/platform/graphics/chromium/UniscribeHelper.cpp:198
> +        Shaping& shaping = m_shapes[run];

I also fixed a bug here. since spacing and advancing are done visually from left to right. We should using visual order here instead of treating 'run' as logical index and doing m_shapes[m_screenOrder[run]]. It might be better to change 'run' to 'visualIndex', and I will see whether I can have a simple case reduction.

-- 
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