[Webkit-unassigned] [Bug 33324] Add touch point bounding rectangle sizes to touch event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 19 03:18:16 PST 2010


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





--- Comment #7 from Ben Murdoch <benm at google.com>  2010-01-19 03:18:15 PST ---
(In reply to comment #6)
> David, Ben: Any thoughts on adding these properties to the JS API?

I don't see any harm in adding these properties. However Android does not
support touch point bounding boxes so on Android they will always be empty (I
see from the QTouchEvent::TouchPoint API that for the rect() function there is
a note "This function returns an empty rect if the device does not report touch
point sizes.")

Looking at the patch, I see that the basic touch test has been augmented with
the bounding box information. Would it be possible to move it into it's own
test so that we can skip it on Android?

Cheers, Ben

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