Closed
Bug 1327297
Opened 9 years ago
Closed 1 year ago
Urlbar deletes all typed text when page finishes loading (and suggestions are irrelevant to the string in urlbar)
Categories
(Firefox :: Address Bar, defect, P3)
Firefox
Address Bar
Tracking
()
RESOLVED
DUPLICATE
of bug 1645648
People
(Reporter: arni2033, Unassigned)
Details
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509
>>> My Info: Win7_64, Nightly 50, 32bit, ID 20160715063552 (2016-07-15)
STR_1:
1. Open https://ya.ru
2. Execute in console: setTimeout(function(){location.href="http://example.org"},3000)
3. In less than 3 seconds type "asdf" or at least "a" in urlbar
4. Wait 3 seconds
AR: Typed text is replaced with "http://example.org"
ER: Either X or Y. X is better
X) Urlbar should display my carefully typed text - "asdf"
Y) First suggestion should say �http://example.org - Visit� instead of �asdf - search with Google�
Note:
1) I encountered this bug on some lagging pages, because parent process usually doesn't lag,
so there's enought time to find something in history while content process is still lagging.
2) The summary says "when page finishes loading". I know that there's some underlying mechanism under
"finishes loading", because usually urlbar sets new location only once DNS is resolved or something
like that. Firefox developers should know better; I'll just leave "finishes loading" in the summary
Comment 1•8 years ago
|
||
The fact we reset the urlbar after a load is positive, it prevents spoofing.
But we should also hide the urlbar popup.
Priority: -- → P3
Updated•5 years ago
|
Severity: normal → S3
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•