Closed
Bug 185212
Opened 22 years ago
Closed 22 years ago
ctrl+enter'ing a URI in addressbar encloses it within "http://www." and ".com/"
Categories
(Firefox :: Address Bar, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: tnl, Assigned: hewitt)
Details
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5
When trying to open a URI in a new tab using ctrl+enter keyboard accelerator,
Phoenix encloses the URI within "http://www." and ".com/", regardless of the URI
Workaround is to merely open a new tab (ctrl+t) and enter URI there.
Reproducible: Always
Steps to Reproduce:
1. Focus on addressbar (click or ctrl+l)
2. Type in any supposedly valid URI
3. Hit control and enter keys
Actual Results:
The URI interpreted is one which is the text the user enters, prepended with the
string "http://www." and appended with ".com/".
e.g. try this with "google", and Phoenix will try to get "http://www.google.com/";
try this with "http://www.google.com/", and Phoenix will try to get
"http://www.http://www.google.com/.com/"
Expected Results:
Mozilla should probably not try to complete the URI, since it will only work for
www .com websites, or be super-smart about it.
I think this bug has been around 0.4; I have also been able to reproduce it
using 0.4 under Linux
Comment 1•22 years ago
|
||
This is the new normal behaviour. Use alt+enter to open an URI in a new tab.
Shift+enter adds http:// and .net/
Ctrl+Shift+enter adds http:// and .org/
More keyboard shortcuts here: http://texturizer.net/phoenix/keyboard.html
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•