Switching sources with the file search panel open breaks the search
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(firefox-esr128 unaffected, firefox-esr140 fixed, firefox139 unaffected, firefox140 fixed, firefox141 fixed)
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox-esr140 | --- | fixed |
firefox139 | --- | unaffected |
firefox140 | --- | fixed |
firefox141 | --- | fixed |
People
(Reporter: bomsy, Assigned: bomsy)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-release+
|
Details | Review |
STR
- Go to https://todomvc.com/ and open the devtools debugger
- Select https://todomvc.com/site-assets/main.js
- Do Ctrl/Cmd + F to open file search
- Search for
this
(there should be around 17 entires). Moving through the search should work nicely - Select https://todomvc.com/bower_components/jquery/dist/jquery.js (Make sure the file search is still open)
What happened?
The search results does not update after the source is switched. And cycling through the search results is broken.
What should have happened?
A search results should update to match the current source selected.
Assignee | ||
Comment 1•1 month ago
|
||
This probably regressed by Bug 1962417
Assignee | ||
Comment 2•1 month ago
|
||
Updated•1 month ago
|
Updated•1 month ago
|
Assignee | ||
Updated•1 month ago
|
Comment 3•1 month ago
|
||
Set release status flags based on info from the regressing bug 1962417
Comment 6•1 month ago
|
||
Backed out for causing failures at browser_dbg-search-file-retains-query.js..
Backout link: https://hg-edge.mozilla.org/integration/autoland/rev/ea530ec099aac8b9172137208a59e59e3bda68c6
Failure log: https://treeherder.mozilla.org/logviewer?job_id=512708967&repo=autoland&lineNumber=8589
Assignee | ||
Updated•1 month ago
|
Comment 8•1 month ago
|
||
bugherder |
Comment 9•1 month ago
|
||
The patch landed in nightly and beta is affected.
:bomsy, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox140
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 10•1 month ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D253015
Updated•1 month ago
|
Assignee | ||
Updated•1 month ago
|
Updated•1 month ago
|
Comment 11•1 month ago
|
||
Comment on attachment 9495427 [details]
Bug 1971094 - [devtools] Update search results when the selected source changes r=#devtools
:bomsy, beta is closed since we are in RC week for Fx140. This will ride the train to beta with Fx141.
I changed the target repo of your uplift revision to release.
We could take it in a ride along, but that depends on the uplift request. Please add the request form to in Phabricator.
Assignee | ||
Comment 12•1 month ago
•
|
||
:bomsy, beta is closed since we are in RC week for Fx140. This will ride the train to beta with Fx141.
I changed the target repo of your uplift revision to release.
Sounds good! Thanks!
We could take it in a ride along, but that depends on the uplift request. Please add the request form to in Phabricator.
Not too clear what i need to do here, can you help clarify?
Comment 13•1 month ago
|
||
Uplift requests need some details to give context around risk, etc.
You can add it to the phabricator revision, see the following for some instructions:
https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift#Submit_the_Uplift_Request_Form
Comment 14•1 month ago
|
||
firefox-release Uplift Approval Request
- User impact if declined: Devtools debugger user will see wrong search results while switching source during a file search
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: -
- Risk associated with taking this patch: Low risk
- Explanation of risk level: Just javascript code change to do a search when the source changes
- String changes made/needed: -
- Is Android affected?: no
Comment 15•24 days ago
|
||
Set release status flags based on info from the regressing bug 1962417
Updated•22 days ago
|
Updated•14 days ago
|
Updated•14 days ago
|
Comment 16•14 days ago
|
||
uplift |
Comment 17•10 days ago
|
||
uplift |
Updated•10 days ago
|
Description
•