Bug 56847

Summary: WebKit2: Cannot make a selection past the end of the visible page (no autoscrolling)
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: adele
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch aroben: review+

Sam Weinig
Reported 2011-03-22 11:17:45 PDT
WebKit2: Cannot make a selection past the end of the visible page (no autoscrolling)
Attachments
Patch (2.00 KB, patch)
2011-03-22 11:19 PDT, Sam Weinig
aroben: review+
Sam Weinig
Comment 1 2011-03-22 11:19:19 PDT
Adam Roben (:aroben)
Comment 2 2011-03-22 11:24:44 PDT
Comment on attachment 86482 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=86482&action=review > Source/WebKit2/Shared/mac/WebEventFactory.mm:45 > + if (!pressedMouseButtons) > + return WebMouseEvent::NoButton; > + if (pressedMouseButtons == 1 << 0) > + return WebMouseEvent::LeftButton; > + if (pressedMouseButtons == 1 << 1) > + return WebMouseEvent::RightButton; Surprising that there aren't constants for these!
Adele Peterson
Comment 3 2011-04-06 17:53:07 PDT
Fixed in r81679.
Note You need to log in before you can comment on or make changes to this bug.