[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
Tue Dec 25 04:16:39 PST 2012


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





--- Comment #10 from Seokju Kwon <seokju.kwon at gmail.com>  2012-12-25 04:18:47 PST ---
(In reply to comment #9)
> (From update of attachment 180640 [details])
> 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.

Thanks, it is the position of cursor within the preedit string.
And I will add it after this call.

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