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•5 months ago
|
||
This probably regressed by Bug 1962417
| Assignee | ||
Comment 2•5 months ago
|
||
Updated•5 months ago
|
Updated•5 months ago
|
| Assignee | ||
Updated•5 months ago
|
Comment 3•5 months ago
|
||
Set release status flags based on info from the regressing bug 1962417
Comment 6•5 months 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•5 months ago
|
Comment 8•5 months ago
|
||
| bugherder | ||
Comment 9•5 months 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-firefox140towontfix.
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 10•5 months ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D253015
Updated•5 months ago
|
| Assignee | ||
Updated•5 months ago
|
Updated•5 months ago
|
Comment 11•5 months 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•5 months 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•5 months 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•5 months 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•5 months ago
|
||
Set release status flags based on info from the regressing bug 1962417
Updated•5 months ago
|
Updated•4 months ago
|
Updated•4 months ago
|
Comment 16•4 months ago
|
||
| uplift | ||
Comment 17•4 months ago
|
||
| uplift | ||
Updated•4 months ago
|
Description
•