[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
Mon May 3 11:11:56 PDT 2010


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





--- Comment #6 from Antonio Gomes (tonikitoo) <tonikitoo at webkit.org>  2010-05-03 11:11:55 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > After talking to Gustavo on IRC, he explained me that it is a expected
> > behavior, then the bug is invalid.
> 
> OK, I understand now, but maybe this should be spelled out more clearly in the
> docs, since it breaks the expected behavior of GtkScrolledWindow.

In fact, I also agree that behaviour is not ideal. For qt for example whatever
scrollbar policy programmer sets to QWebFrame, it will win to WebCore's
policies.

so QWebFrame::setScrollbarPolicy(Qt::Vertical, Qt::ScrollbarAlwaysOn) will show
a vertical scrollbar even if it was not needed (content smaller than viewport).

@Gustavo, just out of curiosity:

1) Do you consider to have this bahavior for WebKitGtk? 

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

3) What are the limitations of 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