[Webkit-unassigned] [Bug 36697] New: [GTK] WebkitWebView's scroll bars ignore requests to always display them

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 27 02:34:31 PDT 2010


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

           Summary: [GTK] WebkitWebView's scroll bars ignore requests to
                    always display them
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: philip.chimento at gmail.com


Created an attachment (id=51822)
 --> (https://bugs.webkit.org/attachment.cgi?id=51822)
Short program to demonstrate the bug

>From the WebkitGTK docs:

"WebKitWebView is the central class of the WebKitGTK+ API. It is a GtkWidget
implementing the scrolling interface which means you can embed in a
GtkScrolledWindow."

However, if you tell the GtkScrolledWindow to always display the scroll bars
(by setting either the vertical or horizontal scroll bar's 'display policy' to
GTK_POLICY_ALWAYS), scroll bars are still not displayed unless the content of
the web view is bigger than the window, i.e., the scroll bars behave as if
their display policy were set to GTK_POLICY_AUTOMATIC.

The attached sample program displays a window with a short piece of HTML in it.
The expected behavior would be for both vertical and horizontal scroll bars to
appear, but they do not.

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