[Webkit-unassigned] [Bug 141419] [GTK] Layout Test editing/deleting/delete-emoji.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 10 03:04:25 PDT 2015


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

--- Comment #2 from Marcos Chavarría Teijeiro <chavarria1991 at gmail.com> ---
The code for deleting special characters like emoji was specific for EFL and COCOA plarforms, there was a #if preprocessor directive like the following:

#if PLATFORM(COCOA) || PLATFORM(EFL)

I added PLATFORM(GTK) to the previous directive and now the emoji deletion is working on GTK+

I don't know if it has some side effects but I have run the Layout tests and they seem to work properly.

-- 
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/20150310/5eca51d6/attachment-0002.html>


More information about the webkit-unassigned mailing list