Re: [webkit-gtk] Webkit Scrollbar

2011-05-18 Thread Gavin Lambert
Quoth Gustavo Noronha Silva: > The GtkScrolledWindow policy only affects GtkScrolledWindow's > scrollbars. Some pages, though, never use GtkScrolledWindow's > scrollbars, they use tricks to make the page be sized to the exact size > of the browser tab and then make their content block overflow, cau

Re: [webkit-gtk] Webkit Scrollbar

2011-05-18 Thread Gustavo Noronha Silva
On Wed, 2011-05-18 at 09:56 -0400, Calvin Morrison wrote: > > Can you be more specific? What do you mean with it not respecting that > > policy? > > The Scrollbars still are displayed when even when set to > GTK_POLICY_NEVER, so the policy isn't effecting the bars for some > reason. > > strangely

Re: [webkit-gtk] Webkit Scrollbar

2011-05-18 Thread Gustavo Noronha Silva
Hey, On Tue, 2011-05-17 at 20:07 -0400, Calvin Morrison wrote: > I have for some time had a problem with webkit. It does not respect > the Gtk policy I set like so: > > gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(t->scroll), > GTK_POLICY_NEVER, GTK_POLICY_NEVER); > > where t->scroll is th

Re: [webkit-gtk] LibSoup issue blocking WebGL?

2011-05-18 Thread Sergio Villar Senin
En 16/05/11 20:54, Won J Jeon escribiu: > Dear Dan, > > Thanks for your help. I made it running on my Ubuntu desktop now. > BTW, do we have any debugger support with webkit-gtk on Linux so that I > can trace the code from any breakpoint? Just use gdb BR _