[Webkit-unassigned] [Bug 212670] [Win] infinite loop in ComplexTextController::indexOfCurrentRun

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 9 13:01:14 PDT 2020


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

Fujii Hironori <Hironori.Fujii at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Fujii Hironori <Hironori.Fujii at sony.com> ---
This bug is caused by the following reasons:

1. Windows FontCache::systemFallbackForCharacters returns "Arial Unicode MS" font for some Tibetan characters, but it should be "Microsoft Himalaya".
   Bug 212688 – [Win] Some Tibetan characters aren't shown
2. ComplexTextControllerUniscribe simply ignores the complex text run if ScriptShape fails with USP_E_SCRIPT_NOT_IN_FONT
   Bug 212947 – [Win] ComplexTextControllerUniscribe: Retry ScriptShape with SCRIPT_UNDEFINED if it failed as USP_E_SCRIPT_NOT_IN_FONT
3. ComplexTextController::indexOfCurrentRun assumes the complex text runs are consecutive
   Bug 212944 – ComplexTextController: Use std::sort to calculate m_runIndices

Fixed in r262804 and r262803.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200609/723e6d76/attachment-0001.htm>


More information about the webkit-unassigned mailing list