[webkit-reviews] review granted: [Bug 32303] Middle-mouse button not firing mousedown DOM event when autoscroll happens : [Attachment 44649] [PATCH] Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 11 10:16:39 PST 2009


Adam Roben (aroben) <aroben at apple.com> has granted Brian Weinstein
<bweinstein at apple.com>'s request for review:
Bug 32303: Middle-mouse button not firing mousedown DOM event when autoscroll
happens
https://bugs.webkit.org/show_bug.cgi?id=32303

Attachment 44649: [PATCH] Fix
https://bugs.webkit.org/attachment.cgi?id=44649&action=review

------- Additional Comments from Adam Roben (aroben) <aroben at apple.com>
> +	       if (renderer)
> +		   if (Frame* frame = renderer->document()->frame())
> +		       frame->eventHandler()->startPanScrolling(renderer);

This should be enclosed in braces.

r=me if you fix this and correct the links as mentioned above.


More information about the webkit-reviews mailing list