Closed
Bug 304916
Opened 19 years ago
Closed 19 years ago
Typing in 't' in address bar and selecting item from drop-down results in ttp://thesite.com
Categories
(Firefox :: Address Bar, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 202992
People
(Reporter: jason.barnabe, Unassigned)
Details
(Keywords: regression)
1. Make sure you've visited a site that begins with "t". 2. Type "t" in the address bar. 3. Press down to select the first autocomplete entry 4. Notice that the address now says "ttp://thesite.com" 5a. Press enter. The site works. 5b. Continue typing the address (as if you're trying to go to thesite.com/example). Press enter. Get "ttp: is not a registered protocol" Occurs also for https sites and the letter "p", and I assume other protocols are affected as well. This occurs on both trunk and branch, 20050816.
| Reporter | ||
Comment 1•19 years ago
|
||
Clarification: both trunk and *1.5* branch.
Flags: blocking-aviary2.0?
Comment 2•19 years ago
|
||
This is approximately the codepath, I think: http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/toolkit/components/autocomplete/src/nsAutoCompleteController.cpp&rev=1.32&root=/cvsroot#394 http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/toolkit/components/autocomplete/src/nsAutoCompleteController.cpp&rev=1.32&root=/cvsroot#1158 So I think something has to be adjusted at the nsAutoCompleteController::CompleteValue function.
| Reporter | ||
Comment 4•19 years ago
|
||
*** This bug has been marked as a duplicate of 202992 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Flags: blocking-aviary2.0?
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•