[Webkit-unassigned] [Bug 75384] [GTK] Scrollbars are drawn behind the window resize grip

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 30 08:33:36 PST 2011


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrobinson at webkit.org




--- Comment #5 from Martin Robinson <mrobinson at webkit.org>  2011-12-30 08:33:36 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > (From update of attachment 120791 [details] [details])
> > View in context: https://bugs.webkit.org/attachment.cgi?id=120791&action=review
> > 
> > This patch should probably also add support for resizing the scrollbars. 
> 
> I don't get what you mean.
> 
> > Right now the information is just ignored. 
> 
> what information?

Ah, I didn't realize that there was existing support for handling the resize grip in the WebProcess! Nice.

> > We also need to consider how to handle the situation where the resize grip and the scrollbar don't intersect. 
> 
> how can that happen?

This can happen when the WebView widget does not intersect with the resize grip. Imagine a window that has three stacked WebViews. Only the bottom WebView intersects the resize grip. I think all you need to do is to intersect the resize grip rectangle with the WebView rectangle.

> I don't like it, I prefer to have two methods, because when you read that you always have to think what that 0 is.

This can be handled by adding a comment after the zero like 

... 0 /* parameter spec */ ..

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