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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 4 05:16:24 PDT 2010


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





--- Comment #7 from Gustavo Noronha (kov) <gns at gnome.org>  2010-05-04 05:16:23 PST ---
(In reply to comment #6)
> 1) Do you consider to have this bahavior for WebKitGtk? 

Not really.

> 2) What is the usecase for this API as is?

Doing what browsers and web pages expect by default.

> 3) What are the limitations of GtkScrolledWindow?

GtkScrolledWindow doesn't know how to "not show" scrollbars. It either makes
the content scrollable, and displays scrollbars, or makes it not scrollable,
which makes it request the size of the content as its minimum size. It is very
unflexible.

Now, like I said, you _can_ override this, you just need to stop the WebView
applying the changes required by web content, so if you feel like making the
view always have scrollbars, you can. But if you want to get rid of the
scrollbars, then you need to use something other than GtkScrolledWindow.

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