[Webkit-unassigned] [Bug 48986] [GTK] Some key-press events can't be handled by WebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 16 04:19:38 PST 2010


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


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #73981|                            |review?, commit-queue?
               Flag|                            |




--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com>  2010-11-16 04:19:38 PST ---
Created an attachment (id=73981)
 --> (https://bugs.webkit.org/attachment.cgi?id=73981&action=review)
Patch to fix the problem

The problem is that "popup-menu" and "show-help" signals are handled by GtkTextView, as they are added to the key bindings set of every widget in gtk_widget_class_init(). For all other bindings handled by GtkTextView we are stopping the signal emission in their callbacks, so we only need to do the same for "popup-menu" and "show-help" signals.

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