[Webkit-unassigned] [Bug 48450] [Qt] Extend the Platform Plugin to define the padding of HitTestResult

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 28 13:30:54 PDT 2010


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


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #72219|review?                     |review-
               Flag|                            |




--- Comment #2 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-10-28 13:30:53 PST ---
(From update of attachment 72219)
I like to have this more like the Haptics. Thus call the Extension for Touch, and just make the plugin implement something like:

class QWebTouchInteraction : public QObject {
   enum PaddingDirection { ... }
   virtual int hitTestPaddingForTouch(const PaddingDirection) const = 0;
}

I dislike the Adjust* and the setHitTestPadding is unneeded.

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