[Webkit-unassigned] [Bug 24878] [GTK] Use GtkBinding system to handle key events in WebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 30 06:04:46 PDT 2009


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


zecke at selfish.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29005|review?                     |review+
               Flag|                            |




------- Comment #2 from zecke at selfish.org  2009-03-30 06:04 PDT -------
(From update of attachment 29005)

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


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list