Closed
Bug 1789635
Opened 2 years ago
Closed 2 years ago
Add a pref to hide all QuickActions when in "zero prefix" mode
Categories
(Firefox :: Address Bar, task)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
106 Branch
People
(Reporter: daleharvey, Assigned: daisuke)
References
Details
Attachments
(1 file)
ie when the user has not typed anything.
We can keep this behaviour enabled by default on Nightly for now but would like the absility to turn it off for experiments
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → daisuke
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by dakatsuka.birchill@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/66075f9f16f1 Hide QuickActions by pref when in zero-prefix. r=daleharvey
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
Verified using 107.0a1 Nightly that quickactions are not shown when browser.urlbar.quickactions.showInZeroPrefix
is set to False and there is nothing typed in the address bar.
Daisuke, this also happens while in Actions search mode. Is it expected? Thank you!
status-firefox107:
--- → verified
Flags: needinfo?(daisuke)
Assignee | ||
Comment 5•2 years ago
|
||
Hi Petruta, thank you very much!
When we set the pref to false, the below are expected.
- When just giving a focus onto urlbar, there are no quick actions.
- Also, when inputting whitespaces on urlbar, there are no quick actions.
- When inputting
ins
(for example), show onlyOpen Inspector
action.
So, yes, it was our expected result.
Flags: needinfo?(daisuke)
Thank you so much, Daisuke! I've updated our testcases accordingly.
You need to log in
before you can comment on or make changes to this bug.
Description
•