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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 1 21:01:30 PDT 2014


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





--- Comment #15 from Byung Jun Kim <bj1987.kim at samsung.com>  2014-04-01 21:01:48 PST ---
If we touch thumb and track, slider should move from first touch. 
In current, slider is changed by second touch because of "targetTouches"
Thumb and track is not same target. So it isn't recognized multi touch.
So we should change "targetTouches" to "touches".

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