[Webkit-unassigned] [Bug 32878] New: Wrong state and TouchLists in TouchEvents
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 22 12:44:06 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32878
Summary: Wrong state and TouchLists in TouchEvents
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P3
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kim.gronholm at nomovok.com
Currently we fire touchstart event once and after that all touchpoint presses
and releases are fired as touchmove events until all fingers are released and
touchend is sent.
This is wrong. It should go like this:
With event type touchstart the changedTouches list should contain only the
touch point that was inserted on the screen. When another touch point is
inserted, there is another touchstart event fired with the new touch point
again in changedTouches. Similarly with touchend, only the released touch
points are in the changedTouches and a touchend event is fired every time one
or more fingers are released. This also means that in touchmove event there's
never new or released touchpoints.
--
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