Closed
Bug 806805
(win-touch-issues)
Opened 12 years ago
Closed 7 years ago
[meta] Mouse / touch input problems on Windows devices that support touch input
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jimm, Unassigned)
References
Details
(Keywords: meta)
In bug 726615 we added W3C touch input support to desktop on Windows. Unfortunately web sites and input framework authors are using touch interface detection as a way of detecting mobile devices, and they make the assumption that these devices don't support mouse input. This caused all sorts of problems when we enabled touch events on the desktop.
With the release of Windows 8, there are going to be a lot of devices out there that support touch and support mouse input. We need to work with site authors and framework authors so that they move away from the current mobile detection schemes they use.
As a temporary work around, we've disabled exposing W3C touch interfaces on devices that do not support touch input. But this is temporary since Win8 is going to change the device landscape over the next year or two.
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Updated•12 years ago
|
Summary: [tracking] Mouse / touch input problems on Windows devices that support touch input → Mouse / touch input problems on Windows devices that support touch input
Reporter | ||
Updated•12 years ago
|
Alias: win-touch-issues
Comment 1•12 years ago
|
||
Just to make sure: To test those touch bugs with Firefox on a normal PC without touch support, I need to set dom.w3c_touch_events.enabled to 1?
Updated•11 years ago
|
Summary: Mouse / touch input problems on Windows devices that support touch input → [meta] Mouse / touch input problems on Windows devices that support touch input
Comment 2•11 years ago
|
||
Hallvord,
Is there any reasons why this bug is in tech evangelism/Mobile?
Comment 3•11 years ago
|
||
It should probably be in Tech Evangelism/Desktop if we've got that set up already :-)
Updated•11 years ago
|
Component: Mobile → Desktop
Comment 4•10 years ago
|
||
Is this the reason I'm having trouble cancelling Firefox's default behavior?
I have an HTML Canvas on Windows 8.1 touch screen, and I want to prevent Firefox from scrolling the page when I one-finger swipe on the canvas, but calling e.preventDefault() on mousedown/mousemove/touchstart/touchmove is not sufficient to do this.
If this is unrelated, I'll file a bug and attach a test case.
Comment 5•10 years ago
|
||
(In reply to Simon Sarris from comment #4)
> Is this the reason I'm having trouble cancelling Firefox's default behavior?
>
> I have an HTML Canvas on Windows 8.1 touch screen, and I want to prevent
> Firefox from scrolling the page when I one-finger swipe on the canvas, but
> calling e.preventDefault() on mousedown/mousemove/touchstart/touchmove is
> not sufficient to do this.
Are you testing with touch events enabled? Set dom.w3c_touch_events.enabled in about:config. If this is on, please report a new bug :)
> If this is unrelated, I'll file a bug and attach a test case.
When is Mozilla going to get serious about supporting touch displays (via TouchEvent) on Windows desktop in Firefox?
Chrome has fully supported touch screens for years. Firefox can't?
Worst of all, now touch on Windows desktop in Firefox appears completely broken since r39.
Reporter | ||
Updated•9 years ago
|
Comment 7•7 years ago
|
||
Let's go ahead and close this meta, just one open bug left.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•