Closed Bug 1535374 Opened 5 years ago Closed 5 years ago

Touch event listeners and interface like createTouch is observable on Desktop Windows Firefox w/ touchscreen device

Categories

(Core :: DOM: Events, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1412485

People

(Reporter: timdream, Unassigned)

Details

(Keywords: compat)

STR:

  1. With a Windows desktop device with a touch screen
  2. Inspect these in the console.

"ontouchmove" in document
"createTouch" in document

Expected result:

They should be false.

Actual result:

They returns true.

Note:

Chrome returns false on both. It's very likely they are wrong and Firefox is right, since Firefox does give out touch events when the user touches the screen while Chrome does not -- BUT this may be a compat issue for Firefox since there are websites rely on the said statement to detect touch support (and stop listen to mouse events when a device is classified as a touch device.)

Isn't this a dup of bug 1412485.

Flags: needinfo?(timdream)

Yes. Thanks!

Status: NEW → RESOLVED
Closed: 5 years ago
Flags: needinfo?(timdream)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.