[Webkit-unassigned] [Bug 108678] [BlackBerry]Adjust fatfinger detection rect size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 4 09:55:54 PST 2013


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





--- Comment #6 from Antonio Gomes <tonikitoo at webkit.org>  2013-02-04 09:57:59 PST ---
(From update of attachment 186398)
View in context: https://bugs.webkit.org/attachment.cgi?id=186398&action=review

Much simpler :)

> Source/WebKit/blackberry/Api/WebPage.cpp:3941
> +        PlatformWheelEvent wheelEvent(mouseEvent.documentViewportPosition(), mouseEvent.screenPosition(),

where does documentViewportPosition come from? :)

> Source/WebKit/blackberry/WebKitSupport/FatFingers.cpp:284
> +    frameContentPos = Platform::pointClampedToRect(frameContentPos, viewportRect);

if 'point' is out of the 'rect', what does it return?

0,0, -1,-1. clicking can still be sent to this coords.

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