[Webkit-unassigned] [Bug 38189] [chromium] clicking a scrollbar in an iframe shouldn't lose the selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 27 07:38:32 PDT 2010


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


Evan Martin <evan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |evan at chromium.org




--- Comment #3 from Evan Martin <evan at chromium.org>  2010-04-27 07:38:32 PST ---
+    PlatformMouseEvent mouseEvent = mev.event();
maybe
const PlatformMouseEvent& mouseEvent = mev.event();
?


Your fix feels a bit hacky to me, but I think a comment might clear it up ("on
other ports subviews never get mouse clicks on their scrollbars because
scrollbars are native widgets etc").

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