Page Inspector doesn't search for the contents of <source> tags inside <video> tags
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(firefox-esr78 wontfix, firefox83 wontfix, firefox84 wontfix, firefox85 wontfix, firefox86 wontfix, firefox87 fix-optional)
People
(Reporter: regspam, Unassigned)
References
(Regression)
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (Windows NT 10.0; rv:81.0) Gecko/20100101 Firefox/81.0
Steps to reproduce:
- Create an html file with these contents:
<html>
<body>
<video>
<source type="video/mp4" src="https://test.com/file.mp4">
</video>
</body>
</html>
- Open the file in Firefox, open Page Inspector (Ctrl+Shift+C).
- Activate the Search field (Ctrl+F) and try searching for "test", "file" or "mp4" (without the double quotes).
Actual results:
Page inspector reports "No matches" and finds nothing.
Expected results:
All the search terms should have been found.
Comment 1•4 years ago
|
||
The severity field is not set for this bug.
:rcaliman, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 2•4 years ago
|
||
Confirmed. The issue occurs with any tag within a <video>
element, for example <source>
or <track>
.
Steps to reproduce:
- Open https://cdpn.io/caraya/fullpage/FckCd
- Open DevTools Inspector
- In the Markup panel, search for "ogg", one of the source types
Expected:
- Inspector selects the corresponding
<source>
element.
Actual:
- No search results found.
The list of video sources starts with #shadow-root (closed)
for the first bad build which does not appear for the last good build. It is possible to workaround in the first bad build by changing dom.ua_widget.enabled = fase
.
Regression window:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=85b4d2bf888afa32b67638602a3338d0a6935ff9&tochange=9812141ec78239560283181ce610249d181b74b6
Regressed by Bug 1484048.
Updated•4 years ago
|
Updated•4 years ago
|
Description
•