[Webkit-unassigned] [Bug 29372] [Qt] JavaScript onkeyup events don't fire in QtWebKit when IME is used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 8 13:16:25 PST 2010


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


Robert Hogan <robert at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robert at webkit.org




--- Comment #1 from Robert Hogan <robert at webkit.org>  2010-03-08 13:16:25 PST ---
Is it connected with this somehow?

void EditorClientQt::handleKeyboardEvent(KeyboardEvent* event)
{
    Frame* frame = m_page->d->page->focusController()->focusedOrMainFrame();
    if (!frame || !frame->document()->focusedNode())
        return;

    const PlatformKeyboardEvent* kevent = event->keyEvent();
    if (!kevent || kevent->type() == PlatformKeyboardEvent::KeyUp)
        return;

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