Closed
Bug 767364
Opened 13 years ago
Closed 7 years ago
URL autocomplete suggests unexpected result, if URL contains percent-encode
Categories
(Firefox :: Address Bar, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: ananuti, Unassigned)
References
Details
Attachments
(1 file)
636.79 KB,
video/webm
|
Details |
Steps:
1. I have http://logbot.glob.com.au/?c=mozilla%23developers http://logbot.glob.com.au/?c=mozilla%23jsapi in history
2. Type "log" (w/o quote)
3. Press down arrow key to choose http://logbot.glob.com.au/?c=mozilla#jsapi
4. Press backspace key to delete "i"
Result:
autocompletes to ">> lologbot.glob.com.au/?c=mozilla#jsapi"
Expected:
autocompletes to "i"
![]() |
Reporter | |
Updated•13 years ago
|
![]() |
Reporter | |
Comment 2•13 years ago
|
||
hmm, bug 775072 doesn't fix this bug. I still can reproduce on latest m-c nightly.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 3•12 years ago
|
||
what is "latest", the 24th August ones?
Comment 4•12 years ago
|
||
ok, I can reproduce comment 0, _while the ac panel is still open_ with the entry selected, pressing backspace completes wrongly.
Status: REOPENED → NEW
Comment 5•12 years ago
|
||
fwiw, this is "autocomplete-in-the-middle" (by the presence of >>), the bug may lay in the controller.cpp code.
Comment 6•12 years ago
|
||
that said, we should likely not complete in the middle, in this case, the % is probably confusing the comparison (we are likely comparing escaped to unescaped to figure out if we should do common autocomplete or in the middle autocomplete).
Comment 7•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 13 years ago → 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•