Closed
Bug 181164
Opened 22 years ago
Closed 22 years ago
ctrl-enter inserts extra characters
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: rjohnson1969, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021029 Phoenix/0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021029 Phoenix/0.4
ctrl-enter should open the url in the box in a new tab.
It instead adds www. to the front and .com on the end (which has not in my
experience resulted in a good url) and displays an error (alert "www.http is not
a registered protocol").
Mozilla behaves differently. Is this a feature?
Reproducible: Always
Steps to Reproduce:
1.open any url, www.google.com for instance
2.decide to open another one in a different tab
3.press ctrl-enter in the url box (which will have the valid google url in it
already)
Actual Results:
alert "www.http is not a registered protocol"
Expected Results:
opened displayed url in a new tab
thanks
Comment 1•22 years ago
|
||
-> Invalid.
The current behavior is intentional. Use Alt+Enter instead.
For more info, read 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
•