Summary: | [GTK] Use GtkBinding system to handle key events in WebView | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Xan Lopez <xan.lopez> | ||||
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | Linux | ||||||
Attachments: |
|
Description
Xan Lopez
2009-03-27 01:43:21 PDT
Created attachment 29005 [details]
webviewbindings.patch
Comment on attachment 29005 [details] webviewbindings.patch > + case GTK_MOVEMENT_VISUAL_POSITIONS: > + if (count == 1) > + view->scrollBy(IntSize(cScrollbarPixelsPerLineStep, 0)); > + else if (count == -1) > + view->scrollBy(IntSize(-cScrollbarPixelsPerLineStep, 0)); > + break; wrongly placed. yeah!!! |