Closed
Bug 1949180
Opened 15 days ago
Closed 8 days ago
Switching panels while one is loading can end up displaying the wrong panel
Categories
(DevTools :: Netmonitor, defect)
DevTools
Netmonitor
Tracking
(firefox-esr128 unaffected, firefox135 unaffected, firefox136 unaffected, firefox137 fixed)
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox135 | --- | unaffected |
firefox136 | --- | unaffected |
firefox137 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Most likely a regression from bug 1943543, but I didn't verify.
STR:
- run firefox with chaos mode
- open devtools on netmonitor
- quickly open the styleeditor while netmonitor is still loading and quickly select netmonitor back
After a few seconds, the styleditor will be shown while you selected the netmonitor.
Comment 1•15 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Netmonitor' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: General → Netmonitor
Assignee | ||
Comment 2•14 days ago
|
||
The call to selectSingleNode
has been delayed in bug 1943543 to be done after the full loading
of the panel in order to prevent glitches and reflows while the panel is loading.
But this highlight that we should be cautious about the async loadTool step
and bail out if we already moved to another panel.
Assignee | ||
Updated•14 days ago
|
Keywords: regression
Regressed by: 1943543
Comment 3•14 days ago
|
||
Set release status flags based on info from the regressing bug 1943543
status-firefox135:
--- → unaffected
status-firefox136:
--- → unaffected
status-firefox137:
--- → affected
status-firefox-esr128:
--- → unaffected
Updated•13 days ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5d409daae0d6
[devtools] Prevent showing slow loading panel if we already moved to another panel. r=nchevobbe,devtools-reviewers
Comment 5•8 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 days ago
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•