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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 27 02:44:36 PST 2014


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





--- Comment #5 from Jinwoo Song <jinwoo7.song at samsung.com>  2014-01-27 02:42:01 PST ---
(From update of attachment 222315)
View in context: https://bugs.webkit.org/attachment.cgi?id=222315&action=review

> Source/WebKit2/ChangeLog:3
> +        [EFL] Add a logic for checking multi touch in GestureRecognizer::noGesture

Add [WK2] keyword in the title.

> Source/WebKit2/ChangeLog:8
> +        If GestureRecognizer::noGesture called by touchStart event, it is always

It seems that you can improve the description more clearly. 
When processing TouchStart event in GestureRecognizer::noGesture(), we should check the number of touch points
to distinguish if the gesture is single tap or pinch zoom. Current logic only considers the event as single tap.

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