Closed
Bug 864950
Opened 13 years ago
Closed 4 months ago
Developer Tools lose state when tab is dragged to a new window
Categories
(DevTools :: Framework, defect)
Tracking
(firefox108 affected, firefox109 affected, firefox110 affected)
RESOLVED
DUPLICATE
of bug 1618329
People
(Reporter: simon.sarris, Unassigned)
References
Details
If you have at least two tabs open and open developer tools on one of them, then drag that tab away to create a second, separate Firefox window, the tab within the newly-created window loses at least some of its Developer Tools state.
Specifically, developer tools get closed (I think this is bad in its own right, Chrome does not do this) and all of the performance profiles in the Profiler get cleared.
I noticed this when attempting to visually inspect two tabs' performance profiles side by side, and moving the tab into its own new window destroyed the performance profiles!
This is a problem on at least Nightly 23.0a1 (2013-04-23) and also 21.0.
Comment 1•13 years ago
|
||
I assume we are reacting on a TabClose event or similar and destroy the toolbox. There must be some way to check if this is a tab-to-window drag and do the same thing we do when we detach the toolbox.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•13 years ago
|
Component: Developer Tools → Developer Tools: Framework
OS: Windows 8 → All
Hardware: x86_64 → All
| Reporter | ||
Comment 3•9 years ago
|
||
> 4 years ago
:'(
Comment 4•8 years ago
|
||
I ran into the same bug and was going to file a bug report, please do something about it. Lets make 57 great not just for casuals but also for web developers.
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
status-firefox108:
--- → affected
status-firefox109:
--- → affected
status-firefox110:
--- → affected
Updated•4 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•