Closed
Bug 1646739
Opened 5 years ago
Closed 5 years ago
Main thread isn't automatically updated to the currently opened website in the debugger
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox77 unaffected, firefox78 unaffected, firefox79 wontfix, firefox80 fixed)
RESOLVED
DUPLICATE
of bug 1648145
Tracking | Status | |
---|---|---|
firefox77 | --- | unaffected |
firefox78 | --- | unaffected |
firefox79 | --- | wontfix |
firefox80 | --- | fixed |
People
(Reporter: pmagyari, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
371.08 KB,
image/png
|
Details |
Affected Versions
Fx Nightly 79.0a1 (20200618094105)
Affected Platforms
MacOS 10.15
Windows 10
Steps to reproduce
- Open Firefox Nightly
- Navigate to https://twitter.com and wait until the page is fully loaded
- Open the Devtools panel and make sure the service worker from twitter is visible in the "Threads" panel (sw.js) in the debugger tab
- Navigate to https://youtube.com in the same tab
Expected Results
The "Main Thread" in "Sources" and in the "Threads" panel is updated to the currently opened website (YouTube)
Actual Results
The "Main Thread" in "Sources" and in the "Threads" panel is still pointing to where the Devtools panel was originally opened (Explore/Twitter)
Note
If you close and re-open the Devtools panel in the currently opened page the "Main Thread" gets updated correctly
Reporter | ||
Updated•5 years ago
|
Summary: Main thread's title tag isn't automatically updated to the currently opened website in the debugger → Main thread isn't automatically updated to the currently opened website in the debugger
Reporter | ||
Comment 1•5 years ago
|
||
This issue seems to have been introduced by Bug 1621338
Regressed by: 1621338
Updated•5 years ago
|
Has Regression Range: --- → yes
Keywords: regression
Reporter | ||
Comment 2•5 years ago
|
||
Attachment #9157638 -
Attachment is obsolete: true
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
status-firefox80:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•