Closed
Bug 1815819
Opened 2 years ago
Closed 7 months ago
Omnibox keywords can be activated in search mode
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
VERIFIED
FIXED
130 Branch
People
(Reporter: gregp, Assigned: yazan)
References
Details
(Keywords: papercut, Whiteboard: [snt-scrubbed][search-papercut])
Attachments
(2 files)
Steps to reproduce:
- Navigate to https://github.com/gregorypappas/onDeleteSuggestion
- Download and unzip the extension
- Navigate to about:debugging -> This Firefox -> Temporary Extensions
- Select 'Load Extension' and install the unzipped extension from step 4
- Type
@google omni 123
in the address bar
Actual results:
The extension's keyword is activated and the extension receives events
Expected results:
The extension's keyword does not activate.
This isn't intended behavior, right? It feels very broken.
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:adw, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(adw)
Comment 2•2 years ago
|
||
It's not expected indeed, in search mode the omnibox provider should not even run :(
Severity: -- → S3
Flags: needinfo?(adw)
Keywords: papercut
Priority: -- → P2
Whiteboard: [snt-scrubbed][search-papercut]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SNT-536
Updated•1 year ago
|
OS: Linux → All
Hardware: x86_64 → All
Assignee | ||
Updated•7 months ago
|
Assignee: nobody → yalmacki
Assignee | ||
Comment 4•7 months ago
|
||
Pushed by jteow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e0b29efee642
Set omnibox provider isActive to false when on search mode. r=jteow,urlbar-reviewers
Comment 6•7 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 months ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
Updated•7 months ago
|
Comment 7•6 months ago
|
||
Reproducible on a 2024-07-09 Nightly build on Windows 10 using the steps from Comment 0.
Verified as fixed on Firefox Nightly 130.0a1 on Windows 10, Ubuntu 22, macOS 14.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•