[Webkit-unassigned] [Bug 28257] [Gtk] Doesn't support gtk-key-themes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 15:12:05 PDT 2010


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


Christian Dywan <christian at twotoasts.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |christian at twotoasts.de
     Ever Confirmed|0                           |1




--- Comment #7 from Christian Dywan <christian at twotoasts.de>  2010-03-24 15:12:06 PST ---
Hardcoding any key themes is definitely wrong. The very idea of key bindings in
GTK+ is that people can  customize them, and they do. For example Vi-like
bindings, which are not shipped with GTK+.
The correct way is to either implement bindings in the widget instead of doing
our own thing, or read the bindings and fill WebCore's internal key definitions
with that.

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