Paste & Go is uninformative, may show an excerpt of what is being pasted
Categories
(Firefox :: Address Bar, enhancement, P5)
Tracking
()
People
(Reporter: david.regev, Unassigned)
References
Details
(Keywords: parity-chrome, ux-consistency, ux-jargon)
Attachments
(1 file)
18.62 KB,
image/png
|
Details |
Reporter | ||
Updated•14 years ago
|
![]() |
||
Comment 1•14 years ago
|
||
Reporter | ||
Comment 2•14 years ago
|
||
Reporter | ||
Updated•14 years ago
|
Comment 3•7 years ago
|
||
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 4•2 years ago
|
||
I recently noticed that Chrome currently has my requested feature. This is, therefore, parity-chrome.
Comment 5•2 years ago
•
|
||
We are working on an experimental more discoverable solution in Bug 1842230 to visit URLs in the clipboard, though I think it's worth doing something here to clarify what may be the effect of picking Paste and Go.
There's a lot of edge cases to handle though to recognize if what's in the clipboard is a url or a search, and because the context menu is synchronous, while that decision making in the Address Bar is asynchronous, we can't just rely on the existing code.
That means we could hit a lot of cases where we show the wrong action (a search, and then instead the address bar handles it as a url, or a url and then the address bar handles it as a search).
For obvious cases though, when the clipboard contains a well-formed URL, we could at least show the origin.
For other cases, maybe we could show an excerpt from the clipboard?
There's potentially privacy implications, if the user accidentally discloses something in the clipboard during a presentation for example, for which there should be a way to disable the feature for a profile.
There is no Paste & Search, afaict, Paste and Go will just let the Address Bar handle the string as it see fit.
Updated•2 years ago
|
Reporter | ||
Comment 6•2 years ago
|
||
I checked Chrome, and I couldn’t find any protections against revealing passwords (at least on Linux). It just shows “Paste and search for "blablabla…".
It might be possible to mark a password copied from Firefox’s password manager as private.
Description
•