[Webkit-unassigned] [Bug 62802] [GTK] Fix typos in PageClientImpl::getEditorCommandsForKeyEvent()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 24 06:56:29 PDT 2011


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





--- Comment #5 from Martin Robinson <mrobinson at webkit.org>  2011-06-24 06:56:29 PST ---
(From update of attachment 98487)
View in context: https://bugs.webkit.org/attachment.cgi?id=98487&action=review

> Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp:61
> +    ASSERT(event.type() == WebEvent::KeyDown || event.type() == WebEvent::Char);
> +    KeyBindingTranslator::EventType type = event.type() == WebEvent::KeyDown ?

I'm not sure I understand here when we generate char events on the UIProcess side and why they map to KeyDown DOM events.

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