Closed
Bug 1813302
Opened 2 years ago
Closed 2 years ago
[Omnibox API] Deletable suggestion result menu is broken
Categories
(Firefox :: Address Bar, defect, P1)
Tracking
()
VERIFIED
FIXED
111 Branch
People
(Reporter: gregp, Assigned: gregp)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [snt-urlbar-result-menu])
Attachments
(2 files)
Steps to reproduce:
- Navigate to about:config
- Set
browser.urlbar.resultMenu
totrue
- 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
omni 123
in the address bar - Click the result menu button on one of the rows provided by the extension
Actual results:
The menu is empty
Expected results:
The menu is not empty
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → gp3033
Status: NEW → ASSIGNED
Updated•2 years ago
|
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SNT-492
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0bd6e56348ff
Add missing blockL10n property to UrlbarProviderOmnibox payload r=dao,adw
Comment 3•2 years ago
|
||
Backed out changeset 0bd6e56348ff (bug 1813302) for causing xpc shell failures at test_providerOmnibox.js.
Failure log: https://treeherder.mozilla.org/logviewer?job_id=403970789&repo=autoland&lineNumber=3687
Backout: https://hg.mozilla.org/integration/autoland/rev/334f960aac72ffa07f926d771b413697443b946b
Flags: needinfo?(gp3033)
Pushed by dwillcoxon@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/406eefb89345
Add missing blockL10n property to UrlbarProviderOmnibox payload r=dao,adw
Comment 6•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
Comment 7•2 years ago
|
||
Hello,
Managed to reproduce the issue with the affected build from 2023-01-28 (20230128211106) using macOS 13.
Confirming this issue as verified fixed with 112.0a1(20230223094032) and 111.0b4(20230221190142) using Windows 11, macOS 13 and Ubuntu22 using the steps from the Description.
You need to log in
before you can comment on or make changes to this bug.
Description
•