Open
Bug 1484661
Opened 7 years ago
Updated 4 years ago
CTRL+ENTER on @amazon and @google brings up login confirmation window
Categories
(Firefox :: Address Bar, defect, P5)
Firefox
Address Bar
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox61 | --- | unaffected |
firefox62 | --- | wontfix |
firefox63 | --- | wontfix |
People
(Reporter: cfogel, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
99.18 KB,
image/png
|
Details |
[Affected versions]:
- 62.0b18, 63.0a1 (2018-08-19)
[Affected platforms]:
- Win 10x64, Ubuntu 16.04LTS, macOS 10.9
[Steps to reproduce]:
1. Launch Firefox;
2. Type either "@amazon" or "@google" in the awesomebar;
3. Press CTRL+ENTER on the keyboard.
[Expected result]:
- The Google/Amazon search page is opened, Nothing else;
- www.google.com / www.amazon.com address in the address bar;
[Actual result]:
- the log in to the site(with username) confirmation window is displayed;
- www.@google.com / www.@amazon.com address in the address bar;
[Regression range]:
- not a regression;
[Additional notes]:
- attached screenshot with the issue;
- CMD+ENTER for macOS.
Updated•7 years ago
|
Component: Activity Streams: Newtab → Address Bar
Updated•7 years ago
|
Comment 1•7 years ago
|
||
This is reproducible on older builds of Firefox if you use @ at the beginning of a search keyword (and probably a bookmark keyword).
So this is not new.
Comment 2•4 years ago
|
||
This is indeed the expected behavior based on the code... CTRL+Enter applies canonization that transforms @amazon in www.@amazon.com, that pretty much is amazon.com with a userpass part.
We could and probably should special case strings starting with @, but it's unclear why one would press ctrl+Enter on these anyway.
Severity: minor → S4
Priority: P3 → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•