[Webkit-unassigned] [Bug 39578] IME: no underline is shown when entering Japanese preedit text in an input box on QtWebKit ( browser.exe )

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 23 19:46:44 PDT 2010


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





--- Comment #1 from Ryuichi KUBUKI <ryuichi.kubuki at lunascape.co.jp>  2010-05-23 19:46:44 PST ---
This part of QtWebKit API, QWebPagePrivate::inputMethodEvent, seems related, so I set the component as QtWebKit. Please change it if my assumption is off.

if (!ev->commitString().isEmpty())
        editor->confirmComposition(ev->commitString());
    else if (!ev->preeditString().isEmpty()) {
        QString preedit = ev->preeditString();
        editor->setComposition(preedit, underlines, preedit.length(), 0);
    }

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