[Webkit-unassigned] [Bug 33062] Middle clicking the primary scroll bars on Chromium Linux triggers a paste event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 6 22:58:06 PST 2010


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





--- Comment #15 from Steve VanDeBogart <vandebo at chromium.org>  2010-01-06 22:58:06 PST ---
After looking at this code further, it seems that hitTestResult.scrollbar()
should detect the main scrollbars but doesn't.  

EventHandler::hitTestResultAtPoint tries to do the check for them with
view->scrollbarAtPoint() but never gets to that chunk of code because
n->renderer()->isWidget() is false (where n is HitTestResult.innerNode()).  But
fixing this chunk of code (if it is actually broken) is above my head.

There appears to be precedent for working around this issue in
WebView::gestureNotify (WebKit/win/WebView.cpp)

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