Open
Bug 1323077
Opened 8 years ago
Updated 1 year ago
Display the extension name when a keyword is active.
Categories
(WebExtensions :: Frontend, defect, P5)
WebExtensions
Frontend
Tracking
(Not tracked)
NEW
People
(Reporter: mattw, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: triaged, omnibox)
Right now when a keyword is active we don't indicate which extension it is associated to. Instead we show the default extension icon and the string "Extension: " which both aim to indicate that the results are coming from an extension. I think the latter is not needed, and that space should instead be used to display the extension name, which is what Chrome already does.
Updated•8 years ago
|
Whiteboard: triaged
Reporter | ||
Updated•8 years ago
|
webextensions: --- → ?
Reporter | ||
Updated•8 years ago
|
webextensions: ? → ---
Comment 1•8 years ago
|
||
Comment on the Chromium behaviour: it actually annoys me greatly how they have implemented this on two counts; I think both are anti-patterns that Firefox should dodge (second-mover advantage, ahoy).
First, after you activate an omnibox keyword, it takes an extra backspace to get out of it. e.g., if your keyword is 'cs', then you might type c, s, space--but if you then decide to deactivate it and start typing something else, it's four backspaces, not three.
Second, while a keyword is active, selecting all of the text in the location bar (e.g., by leaving it and re-entering it by hitting F6 twice) and clearing it (e.g,, pressing delete, or just starting to type) doesn't deactivate the keyword: either backspaces or hitting escape are strictly required.
Both of these make omnibox keywords in Chromium awkward to use and, if Firefox implements something similar, I would ask that it doesn't follow suit with these particular decisions.
Updated•7 years ago
|
Updated•7 years ago
|
Product: Toolkit → WebExtensions
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•