[Webkit-unassigned] [Bug 127760] Change a logic for touching slider in "RangeInput::handleTouchEvent"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 30 21:17:55 PDT 2014


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





--- Comment #6 from Byung Jun Kim <bj1987.kim at samsung.com>  2014-03-30 21:18:14 PST ---
In slider, nomal operation of Multi touch is changed from first touch.
So, thumb of slider should move only first touch.
But, If we touch thumb first and track second, slider moves from second touch.
Thumb and track is not same target. It isn't recognized multi touch because of "TargetTouch"
So we should change "touch" to "targetTouch".

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