[Webkit-unassigned] [Bug 26152] New: [WebKitGTK] GtkAdjustment for WebKitWebFrame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 2 17:53:59 PDT 2009


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

           Summary: [WebKitGTK] GtkAdjustment for WebKitWebFrame
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lwi at ring0.de


At the moment we can attach a GtkAdjustment to a WebkitWebView which enables us
to scroll by modifying our GtkAdjustment. This is a good way if we want to
scroll more than one step (currently the GTK-Binding only supports one step
scrolling). Unfortunately websites can contain frames and the GtkAdjustment
only scrolls the outter WebView. In order scroll the inner frames there should
be a way to attach GtkAdjustment to WebFrame, this way we could call
webkit_web_view_get_focused_frame () and attach the Adjustment to it.


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