Ctrl+Shift+F does not show search UI when left panel is collapsed
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(firefox-esr102 unaffected, firefox113 wontfix, firefox114 verified, firefox115 verified)
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox113 | --- | wontfix |
| firefox114 | --- | verified |
| firefox115 | --- | verified |
People
(Reporter: tim.c.quinn, Assigned: nchevobbe)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
|
189.00 KB,
image/png
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/113.0
Steps to reproduce:
To search for sources in debugger, I always have used the Ctrl+Shift+F shortcut but it stopped working recently.
When in Debugger, I clicked on Ctrl+Shift+F
Actual results:
Nothing happens
Expected results:
The Search dialog UI should be brought into focus so I can type in my query.
| Reporter | ||
Comment 1•3 years ago
|
||
OS: Ubuntu 22.04 (fully updated)
X: KDE Plasma 5.24.7 (X11)
I have tried new Profiles and Private windows and get the same result.
I also tested on a several Windows server VMs and have the same issue. They are running Firefox 113.x also.
The expected behavior should be to expand the new search pane on the left and focus on the search box when ctrl+shift+F is typed in Debugger panel.
| Assignee | ||
Comment 2•3 years ago
|
||
Thanks for the report
Can you tell us if there are error messages in the Browser Console (https://firefox-source-docs.mozilla.org/devtools-user/browser_console/index.html) when you try to open the search panel?
| Reporter | ||
Comment 3•3 years ago
|
||
Just verified on my main Ubuntu 22.04 dev environment and no messages showing up in Browser Console when I hit the keys ctrl+shift+F. Same goes for Windows Server 2019.
| Assignee | ||
Comment 4•3 years ago
|
||
Thanks for checking. Is the focus in the debugger? Also, the search in all files features was moved into a side panel on the left, can you confirm it's not displayed when you hit the keyboard shortcut?
If not, do you see the side panel and can you access it clicking on its title?
I think I just found an issue: if the left panel is collapsed, then the keyboard shortcut does not work. Is this the case you're seeing?
| Assignee | ||
Updated•3 years ago
|
Comment 5•3 years ago
|
||
:bomsy, since you are the author of the regressor, bug 1811000, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 6•3 years ago
|
||
Comment 7•3 years ago
|
||
Set release status flags based on info from the regressing bug 1811000
Updated•3 years ago
|
Updated•3 years ago
|
Comment 10•3 years ago
|
||
| bugherder | ||
Comment 11•3 years ago
|
||
The patch landed in nightly and beta is affected.
:nchevobbe, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox114towontfix.
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 12•3 years ago
|
||
Comment on attachment 9335387 [details]
Bug 1833935 - [devtools] Open left sidebar when triggering project search. r=bomsy.
Beta/Release Uplift Approval Request
- User impact if declined: Project search in debugger won't work if user collapsed debugger left sidebar
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: 1. Open the debugger (on any page)
- Hide the left sidebar if it's visible
- Hit Ctrl+Shift+F (Cmd+Shift+F on OSX)
-> left sidebar should open and search UI should be visible
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): simple, devtools change only, covered by mochitest
- String changes made/needed:
- Is Android affected?: No
| Assignee | ||
Updated•3 years ago
|
Comment 13•3 years ago
|
||
Comment on attachment 9335387 [details]
Bug 1833935 - [devtools] Open left sidebar when triggering project search. r=bomsy.
Approved for 114 beta 9, thanks.
Comment 14•3 years ago
|
||
| bugherder uplift | ||
Updated•3 years ago
|
Comment 15•3 years ago
|
||
I have reproduced the issue with Firefox 115.0a1 (2023-05-18) on Windows 10x64. The Ctrl + Shift + F keyboard shortcut does nothing inside the debugger while the left Sidebar is collapsed.
I can no longer reproduce the issue at least when doing this first time with Firefox 115.0a1 (2023-05-25) and 114.0b9 on Windows 10x64, macOS 12, and Ubuntu 20.04. The Ctrl + Shift + F keyboard shortcut correctly opens the left sidebar with the search UI displayed.
However, if I collapse the sidebar again and try to open it by using the Ctrl + Shift + F keyboard shortcut this does not work. Should we file another issue for this or reopen this one? Thank you!
| Assignee | ||
Comment 16•3 years ago
|
||
good catch! Let's open a new bug for it
Comment 17•3 years ago
|
||
(In reply to Nicolas Chevobbe [:nchevobbe] from comment #16)
good catch! Let's open a new bug for it
Thank you! I filled in bug 1835238. Closing this as verified per comment 15 and comment 16.
Description
•