Closed
Bug 1260255
Opened 9 years ago
Closed 9 years ago
Enable URL hover previews for responsive content
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1064715
People
(Reporter: jdm, Unassigned)
Details
Currently only <img src="..."> is recognized. Responsive images allow <img srcset="..."> as well as <source srcset="...">, both of which could contain multiple URLs.
isImagePreviewTarget and isPreviewable in markup.js look like a reasonable place to start updating this logic. After that it's probably necessary to chase the getImageData implementation that's called from _getPreview.
Comment 1•9 years ago
|
||
This has already been filed under bug 1064715.
Status: NEW → RESOLVED
Closed: 9 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
•