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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 16:25:58 PST 2013


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





--- Comment #3 from Tiancheng Jiang <tijiang at rim.com>  2013-02-01 16:28:00 PST ---
Hi Antonio,  I tried to remove the HitTestRequest::IgnoreClipping and it seems working. But I am wondering what is clipping the result rect and will this change break other test cases?

(In reply to comment #2)
> (From update of attachment 186116 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=186116&action=review
> 
> TJ: could you test one thing: instead of doing all this, could you not pass HitTestRequest::IgnoreClipping to requestType? and see if it helps
> 
> > Source/WebKit/blackberry/WebKitSupport/FatFingers.cpp:463
> >      getPaddings(topPadding, rightPadding, bottomPadding, leftPadding);
> >  
> > +    // Do not allow fat fingers detect anything not visible(ie outside of the viewport)
> > +    adjustPaddings(contentViewportPos, topPadding, rightPadding, bottomPadding, leftPadding);
> 
> not better to have a getAdjustedPaddings? (merge both methods)

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