Open Bug 1671795 Opened 4 years ago Updated 4 years ago

Page Inspector doesn't search for the contents of <source> tags inside <video> tags

Categories

(DevTools :: Inspector, defect, P3)

Firefox 81
defect

Tracking

(firefox-esr78 wontfix, firefox83 wontfix, firefox84 wontfix, firefox85 wontfix, firefox86 wontfix, firefox87 fix-optional)

Tracking Status
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:

  1. Create an html file with these contents:

<html>
<body>
<video>
<source type="video/mp4" src="https://test.com/file.mp4">
</video>
</body>
</html>

  1. Open the file in Firefox, open Page Inspector (Ctrl+Shift+C).
  2. 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.

The severity field is not set for this bug.
:rcaliman, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(rcaliman)

Confirmed. The issue occurs with any tag within a <video> element, for example <source> or <track>.

Steps to reproduce:

Expected:

  • Inspector selects the corresponding <source> element.

Actual:

  • No search results found.
Severity: -- → S3
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(rcaliman)
Priority: -- → P3

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.

Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.