[Webkit-unassigned] [Bug 160120] [GTK] Unskip layout test editing/deleting/delete-emoji.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 26 11:43:09 PDT 2017


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

--- Comment #5 from Myles C. Maxfield <mmaxfield at apple.com> ---
https://trac.webkit.org/changeset/223578/webkit This is the patch which caused this.

This patch removes custom character-iteration code inside RenderText in favor of platform-supplied character iterators. On GTK, this would take the form of ubrk_ ICU functions using the CHARACTER enum.

The best thing to do would be to verify that the deletion behavior matches some other native app on GTK, and if so, generate expected results.

-- 
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/20171026/9bb5d8a1/attachment.html>


More information about the webkit-unassigned mailing list