Closed
Bug 1595985
Opened 5 years ago
Closed 5 years ago
[Nudges] Let extensions close the urlbar view
Categories
(Firefox :: Address Bar, task, P1)
Firefox
Address Bar
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: adw, Assigned: adw)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
When we show a nudge on google.com, the urlbar input should not be focused initially, and if the user doesn't focus the urlbar, then the view won't close normally due to the input's being blurred. The extension needs a way to close the view on its own. See my comments in https://phabricator.services.mozilla.com/D52612.
Assignee | ||
Comment 1•5 years ago
|
||
This is based on D52612
Assignee | ||
Comment 2•5 years ago
|
||
In case it's helpful, here's the current wip background script so you can see how it uses closeView
and everything else: https://github.com/0c0w3/urlbar-tips-experiment/blob/wip/src/background.js
Pushed by dwillcoxon@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/73c69599b3f1
Add browser.urlbar.closeView webextension API. r=mak,mixedpuppy
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
You need to log in
before you can comment on or make changes to this bug.
Description
•