Cannot open DevTools on tab opened via window.open if DevTools was already opened
Categories
(DevTools :: Framework, defect, P2)
Tracking
(firefox-esr91 unaffected, firefox96 unaffected, firefox97 unaffected, firefox98 verified)
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox96 | --- | unaffected |
| firefox97 | --- | unaffected |
| firefox98 | --- | verified |
People
(Reporter: jdescottes, Assigned: ochameau)
References
(Depends on 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
STRs:
- open devtools
- run window.open("about:blank")
- try to open devtools in the new tab
Fails to open with the following message in the Browser Console
Can't open a toolbox for this document as this is debugged from its opener tab
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
This is only an issue when devtools.popups.debug is false,
when it is true, the toolbox is move and a warning message is printed
if we request to open a new toolbox.
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Set release status flags based on info from the regressing bug 1569859
Comment 4•4 years ago
|
||
| bugherder | ||
Updated•4 years ago
|
I can't reproduce this bug. Alexandre, would you be so kind as to verify if this is still reproducible on the latest Nightly build?
Comment 6•4 years ago
|
||
Reproduced this issue on an affected nightly build from 2022-01-20, on Win 10 x64 following the steps from comment 0.
Verified as fixed on Beta 98.0b7 (20220220190121) across the following platforms: Win 10 x64, macOS 10.15 and Ubuntu 20.04.
| Assignee | ||
Comment 7•4 years ago
|
||
(In reply to Ardelean Oana from comment #5)
I can't reproduce this bug. Alexandre, would you be so kind as to verify if this is still reproducible on the latest Nightly build?
This has been fixed by the patch landed in comment 4.
Description
•