Closed Bug 985120 Opened 11 years ago Closed 8 years ago

touchend should not include touch point in touches or targetTouches lists

Categories

(DevTools :: Responsive Design Mode, defect)

30 Branch
x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1250691

People

(Reporter: cpaul37, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release) Build ID: 20140317030202 Steps to reproduce: When using touch emulation in responsive design mode, listen for a touchend event on an element and examine the touches, changedTouches, and targetTouches lists when that event is fired. Actual results: The touch point that was removed appears in all 3 lists. Expected results: The touch point should only be in the changedTouches list. According to http://www.w3.org/TR/touch-events/#event-touchend: "The touch point or points that were removed must be included in the changedTouches attribute of the TouchEvent, and must not be included in the touches and targetTouches attributes."
Component: Untriaged → Developer Tools: Responsive Mode
It appears this was resolved in bug 1250691.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.