Developer Tools open in a separate window does not automatically close when Firefox is quit
Categories
(DevTools :: General, defect, P2)
Tracking
(firefox-esr102 unaffected, firefox106 unaffected, firefox107 verified, firefox108 verified)
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox106 | --- | unaffected |
firefox107 | --- | verified |
firefox108 | --- | verified |
People
(Reporter: bstilson, Assigned: ochameau)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
|
Details | Review |
Steps to reproduce:
Open Developer Tool in Separate Window mode. Quit Firefox.
Actual results:
Firefox browser quits. Developer Tools remains open (and active?). Re-opening Firefox then breaks the Developer Tools functionality/use.
Expected results:
Developer Tools (open in Separate Window) closes when Firefox quits
Comment 1•3 years ago
|
||
We can reproduce on Linux in 108
Bug wasn't there on 105.
We need a regression window.
We'll investigate and try to fix it soon
Assignee | ||
Comment 2•3 years ago
|
||
This is probably a regression from bug 1700909.
Comment 3•3 years ago
|
||
Set release status flags based on info from the regressing bug 1700909
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
|
||
Assignee | ||
Comment 5•3 years ago
|
||
Comment 7•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ab24053acb84
https://hg.mozilla.org/mozilla-central/rev/d9ced82bc6d1
Comment 8•3 years ago
|
||
:ochameau looks like an annoying bug we should avoid shipping in 107. Could you consider adding a beta uplift request on this?
Assignee | ||
Comment 9•3 years ago
|
||
Comment on attachment 9300651 [details]
Bug 1797730 - [devtools] Fix typo preventing to close devtools on browser toolbox closing.
Beta/Release Uplift Approval Request
- User impact if declined: DevTools wouldn't close when closing firefox, when devtools are opened in independant windows
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: - Open any page then open devtools and ensure they are in an independant window
- close firefox browser window
AR: firefox browser window is closed but not devtools
ER: all windows are closed
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Missed renaming a variable whose name changed.
- String changes made/needed: no
- Is Android affected?: No
Assignee | ||
Updated•3 years ago
|
Comment 10•3 years ago
|
||
Comment on attachment 9300651 [details]
Bug 1797730 - [devtools] Fix typo preventing to close devtools on browser toolbox closing.
Approved for 107.0b9
Comment 11•3 years ago
|
||
Comment on attachment 9300738 [details]
Bug 1797730 - [devtools] Rename gDevTools._toolboxes to gDevTools._toolboxesPerCommands.
Approved for 107.0b9
Comment 12•3 years ago
•
|
||
bugherder uplift |
Updated•3 years ago
|
Updated•3 years ago
|
Reproduced the issue in Beta 107.0b8 using Windows 10.
Verified - Fixed in Beta 107.0b9 and the latest Nightly 108.0a1 (build id: 20221103214316), using Windows 10, macOS 12 and Ubuntu 20. Developer Tools (open in Separate Window) closes when Firefox quits.
Description
•