File Icons in Sources tree update when file is selected
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(firefox-esr102 unaffected, firefox113 unaffected, firefox114 wontfix, firefox115 verified, firefox116 verified)
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox113 | --- | unaffected |
firefox114 | --- | wontfix |
firefox115 | --- | verified |
firefox116 | --- | verified |
People
(Reporter: nchevobbe, Assigned: ochameau)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
- Go to https://fx-devtools-codemirror5-long-lines.glitch.me/
- Open the debugger
- Select
longline.js
in the sources tree - Wait a bit, all the icon for the visible files are updated to the react icon
- Select
script.js
in the sources tree
-> All the icon for the visible files are updated back to the JS icon
(See screencast attached)
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 1•2 years ago
|
||
mozregression points to Bug 1814177
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1814177
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
Prevent using the exact same icon for all sources matching the currently selected one,
instead make it specific to each displayed source.
Comment 5•2 years ago
|
||
Backed out for causing Talos failures at browser-toolbox.js.
Backout link: https://hg.mozilla.org/integration/autoland/rev/9fc6fbfccedcdd087b3525c99520abe5221a6249
Push where failures started: https://treeherder.mozilla.org/jobs?repo=autoland&selectedTaskRun=T187SbQkTnWvhW9AP22dQg.0&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&searchStr=damp&revision=488a1a8b33a0c427f85d10224a2f8db913e22b16
Failure log: https://treeherder.mozilla.org/logviewer?job_id=416187843&repo=autoland&lineNumber=2102
Comment 7•2 years ago
|
||
Push has been relanded after finding the real culprit.
Comment 8•2 years ago
|
||
bugherder |
Comment 9•2 years ago
|
||
The patch landed in nightly and beta is affected.
:ochameau, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox114
towontfix
.
For more information, please visit BugBot documentation.
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Reproducible on a 2023-05-09 Nightly build on Windows 10.
Verified as fixed on Firefox 115.0b4(build ID: 20230611180300) and Nightly 116.0a1(build ID: 20230612211509) on Windows 10, macOS 12, Ubuntu 22.
Description
•