Element.setCapture() is deprecated
Categories
(DevTools :: Responsive Design Mode, defect)
Tracking
(Not tracked)
People
(Reporter: dev-support, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:120.0) Gecko/20100101 Firefox/120.0
Steps to reproduce:
Executing inspect in Responsive Design Mode
Choosing Console
Testing a website
Actual results:
Console did show warning message:
Element.setCapture() is deprecated. Use Element.setPointerCapture() instead. For more help https://developer.mozilla.org/docs/Web/API/Element/setPointerCapture
resource://devtools/server/actors/emulation/touch-simulator.js
Expected results:
No warning
Comment 1•1 year 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•1 year ago
|
||
Thanks for the report, it looks like the same issue as Bug 1713545, so I'm going to mark this as duplicate
Description
•