Element.setCapture() is deprecated and failsto work for simulated touch events
Categories
(DevTools :: Responsive Design Mode, defect)
Tracking
(Not tracked)
People
(Reporter: sailfish, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0
Steps to reproduce:
Open a webpage on desktop Fx then start Responsive Design Mode with "simulated touch" enabled.
Actual results:
When I use mousedown on website console.log reports the following:
Element.setCapture() is deprecated. Use Element.setPointerCapture() instead. For more help https://developer.mozilla.org/docs/Web/API/Element/setPointerCapture
/setPointerCapture touch-simulator.js:217:19
Expected results:
UA: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0
20100101
It should simulate the touch process as does Chrome.
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Responsive Design Mode' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•2 years ago
|
||
Thanks for the report. This looks like Bug 1713545, so I'm going to close this one.
Description
•