Closed
Bug 1729661
Opened 3 years ago
Closed 3 years ago
touch-simulator.js:219 => uses setCapture method
Categories
(DevTools :: Responsive Design Mode, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1713545
People
(Reporter: mamoorjaankhan, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
Steps:
- visit any site in Responsive Design Mode
- select "Galaxy S9/S9+ Android 7.0"
- click anywhere on the website
Actual results:
A warning was generated:
"Element.setCapture() is deprecated. Use Element.setPointerCapture() instead. For more help https://developer.mozilla.org/docs/Web/API/Element/setPointerCapture"
On "touch-simulator.js:219:19"
Source:
view-source:resource://devtools/server/actors/emulation/touch-simulator.js
Expected results:
No such message should have been generated.
Reporter | ||
Updated•3 years ago
|
Component: Untriaged → Responsive Design Mode
Product: Firefox → DevTools
Summary: devtools => touch-simulator.js:219:19 => uses setCapture method → touch-simulator.js:219 => uses setCapture method
Comment 1•3 years ago
|
||
Thanks for filing, already logged under 1713545, closing as duplicate
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•