Closed
Bug 1525909
Opened 6 years ago
Closed 6 years ago
QuantumBar: Cursor position is changed when editing an entry
Categories
(Firefox :: Address Bar, defect, P1)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Firefox 67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: standard8, Assigned: adw)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
STR:
- Enter
www.mozlla.org
into the QuantumBar - Change the cursor position to in-between the 'z' and 'l'.
- Press 'i'
Expected Results
The results are updated with www.mozilla.org
and the cursor position stays just after the 'i'.
Actual Results
The results are updated with www.mozilla.org
but the cursor position moves to the end.
Reporter | ||
Updated•6 years ago
|
Summary: [QuantumBar] Cursor position is changed when editing an entry → QuantumBar: Cursor position is changed when editing an entry
Assignee | ||
Comment 1•6 years ago
|
||
This is due to autofill. It should only kick in when you're editing the end of the value.
If it's OK, I'm going to remove the other dependencies and mark this only blocking the autofill metabug, which itself is blocking the main metabugs.
Assignee: nobody → adw
Blocks: quantumbar-autofill
No longer blocks: quantumbar-controller, quantumbar-input, quantumbar-nightly-experiment
No longer blocks: quantumbar-controller, quantumbar-input, quantumbar-nightly-experiment
Status: NEW → ASSIGNED
Priority: P2 → P1
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by dwillcoxon@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1190bf4b37ae
Autofill only when input.selectionEnd is equal to input.value.length. r=mak
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
You need to log in
before you can comment on or make changes to this bug.
Description
•