Closed
Bug 1600680
Opened 4 years ago
Closed 4 years ago
Another race condition with autocompletion
Categories
(DevTools :: Console, defect, P2)
DevTools
Console
Tracking
(firefox73 fixed)
RESOLVED
FIXED
Firefox 73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: julienw, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
I found another occurrence of the problem described and fixed in bug 1595068.
STR:
- open the console.
- Enter
const
then press enter super quick.
=>cconsole
is written most of the time.
This happened especially to me when I wrote something like:
class bla = new Foo();
And then went to correct class
to const
, and then pressed enter to run it, just it didn't work because of this issue.
Assignee | ||
Updated•4 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•4 years ago
|
||
This ensures the selected item of the autocomplete
popup is updated, so if the user accepts the completion
it will retrieve the right text.
Updated•4 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e823e110d07b Fix race issue in autocompletion + Enter. r=Honza.
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 73
You need to log in
before you can comment on or make changes to this bug.
Description
•