[Webkit-unassigned] [Bug 127675] [EFL][WK2] Add a logic for checking multi touch in GestureRecognizer::noGesture

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 27 03:08:15 PST 2014


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





--- Comment #7 from Sanghyup Lee <sh53.lee at samsung.com>  2014-01-27 03:05:40 PST ---
(From update of attachment 222310)
View in context: https://bugs.webkit.org/attachment.cgi?id=222310&action=review

>> Source/WebKit2/ChangeLog:8
>> +        If UIGestureRecognizer::Gesture called by touchStart event, it is always
> 
> UIGestureRecognizer? Is it mistake?

Yes. it is my mistake. I fixed.

>> Source/WebKit2/ChangeLog:9
>> +        processed as single Tap Gesture. even though there are two or more touch 
> 
> single *t*ap *g*esture

ditto

>> Source/WebKit2/UIProcess/API/efl/GestureRecognizer.cpp:369
>> +                return;
> 
> How about 3 points? Is it fine?
> 
> And, can you just check numberOfTouchPoints?
> if (WKArrayGetSize(WKTouchEventGetTouchPoints(eventRef)) > 1) ?

I think we have to check three case. one point, two points, more than two points.
In three or more points case, There are no proper gesture. So nothing to do.

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