[Webkit-unassigned] [Bug 99591] HitTestResult::scrollbar() is NULL when hit test point is over the main scrollbars

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 16:04:23 PST 2013


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





--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-01-15 16:06:08 PST ---
The problem is that if you make a hit test for any point over a main scrollbar HitTestResutl::scrollbar() is NULL, so it's not possible to know whether you are clicking in a scrollbar or not, for example. We need that in Epiphany to ignore any action associated to mouse buttons when mouse is over a scrollbar and propagate the event to webkit.

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