Closed
Bug 1299625
Opened 9 years ago
Closed 7 years ago
Buttons on-screen are not functional with mouse input, yet are functional with touch screen input
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(firefox51 affected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox51 | --- | affected |
People
(Reporter: u554753, Unassigned)
References
Details
(Whiteboard: [needscontact])
[Pre-Requisites]
Touch Enabled Device Windows: Device Manager > Human Interface Devices > HID-compliant touch screen (Enable)
Multiprocess Windows (Enabled)
Asynchronous Pan/Zoom (wheel input enabled; touch input enabled)
Mouse & Keyboard
Firefox Nightly 32-bit
javascript.options.asyncstack; false
browser.tabs.remote.force-enable; true
browser.tabs.remote.autostart.2; true & about:support Multiprocess Windows 1/1 (Enabled by user)
layers.async-pan-zoom.enabled; true & about:support Asynchronous Pan/Zoom wheel input enabled; touch input enabled
[Steps to Reproduce]
1. Navigate to http://www.nasaprospect.com/
2. Use mouse to tap the up and down buttons on the webpage itself (not on the scroll bar).
[Expected Results]
The up and down buttons are functional with mouse input.
[Actual Results]
The up and down buttons when pressed with mouse input do not function and nothing happens.
[Note]
This appears regardless of whether e10s is enabled or not.
Comment 1•9 years ago
|
||
This is a website bug. In http://nasaprospect.com/js/lib/hammer.custom.js they have this code:
p=Modernizr?Modernizr.touch:"ontouchstart"in window,Q=p?"touchstart":"mousedown"
and generally seem to be assuming that if touch is supported, then mouse is not. The same issue appears in Chrome (clicking on the up/down buttons with mouse doesn't work).
Component: Panning and Zooming → Desktop
Product: Core → Tech Evangelism
Version: 51 Branch → Firefox 51
Comment 2•9 years ago
|
||
Looks like the site should handle both click and touch input, not either-or.
Setting to needscontact.
Whiteboard: [needscontact]
Comment 3•9 years ago
|
||
I don't see this issue on Internet Explorer. On Surface Pro, with latest build of nightly(20160907030427)up and down buttons are not working either with touch or mouse click.
Comment 4•9 years ago
|
||
Yeah IE/Edge doesn't support touch events, so it will work fine for them.
Updated•8 years ago
|
Priority: -- → P3
Comment 6•7 years ago
|
||
Yeah, the up and down buttons still don't work via mouse input -- but given the fact that this was "created by a group of student designers"... and won a site of the day award in 2013, I'm assuming it's unmaintained.
You can also scroll with the scrollbar or with a trackpad if you have one. So not the end of the world.
Let's wontfix.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(miket)
Resolution: --- → WONTFIX
Assignee | ||
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•