[Webkit-unassigned] [Bug 105618] [EFL][WK2] Fix the position of cursor when handling preedit string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 24 23:03:29 PST 2012


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





--- Comment #9 from Laszlo Gombos <laszlo.gombos at webkit.org>  2012-12-24 23:05:37 PST ---
(From update of attachment 180640)
View in context: https://bugs.webkit.org/attachment.cgi?id=180640&action=review

Overall looks good to me.

> Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp:65
> +    ecore_imf_context_preedit_string_get(context, &buffer, &preeditPosition);

It would be great to validate preeditPosition (at least with ASSERT) after this call before using it later in the code.

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