Closed
Bug 1417724
Opened 7 years ago
Closed 7 years ago
Responsive design mode, touch simulation mode don't work
Categories
(DevTools :: Responsive Design Mode, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1282089
People
(Reporter: amarillanico, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171112125346
Steps to reproduce:
Open dev tools
Click Responsive Design Mode
Click Enable Touch Simulation (pointy hand icon)
Drag the screen
Actual results:
Nothing happened.
Expected results:
Dragging the mouse pointer should have the same behavior as using your fingers on a mobile device.
Ideally, the cursor should be changed to indicate your in touch mode.
Updated•7 years ago
|
Component: Untriaged → Developer Tools: Responsive Design Mode
Thanks for filing!
The touch simulation in RDM today does "work", but it's quite basic. It sends touch events based on some mouse events, but that's it.
I believe the issues you mention are the same as bug 1282089 (gestures) and bug 1271728 (show circle cursor).
Since you focused on the gesture part, I'll dupe this to bug 1282089.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•