Closed Bug 1519720 Opened 6 years ago Closed 6 years ago

window.open requests are not captured in network inspector

Categories

(DevTools :: Netmonitor, defect, P3)

64 Branch
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1219917

People

(Reporter: 13hurdw, Unassigned)

References

()

Details

Firefox 64 Ubuntu

To reproduce:

<form action="https://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open(&quot;https://feedburner.google.com/fb/a/mailverify?uri=RekallMemoryForensicsBlog&quot;, &quot;popupwindow&quot;, &quot;scrollbars=yes,width=550,height=520&quot;); return true" target="popupwindow" _lpchecked="1">

Expected: The request done by window.open on submit is captured and displayed in the netmonitor.

Actual: The submit request is not captured. Opening netmonitor in the new window does not show the original request either.

Thanks for the report and detailed STRs!

I can reproduce on my machine, the submit request isn't visible.

Honza

Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3

Can I take up this issue ?

See Also: → 1563961

The request is happening in another window, which makes it not appear. A toolbox that follows the currently focused window would solve this – duping this for now with the tracked enhancement bug.

Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.