Closed
Bug 1483880
Opened 7 years ago
Closed 7 years ago
Autocompletion: enter key not properly handled
Categories
(DevTools :: Console, defect, P1)
DevTools
Console
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: Honza, Assigned: nchevobbe)
Details
(Whiteboard: [boogaloo-mvp])
Attachments
(1 file)
STR:
1) Load any page (e.g. google.com)
2) Open the Toolbox and select the Console panel
3) The the following into the JSTerm: `document.location.host`
4) The autocompletion popup should be opened at this moment, offering `host` and `hostname` entries - where `host` is selected.
5) Pressing the Enter key doesn't close the popup -> BUG
Tested on Win10, Nightly build.
Honza
Reporter | ||
Updated•7 years ago
|
Whiteboard: [boogaloo-mvp]
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Priority: -- → P1
Assignee | ||
Comment 1•7 years ago
|
||
When hitting enter, if there was no autocompletionText shown (because
the input was matching a proposed value), then the autocompletion
popup wasn't closed.
We now close it every time, and only check the completionText to
insert a possible string after the cursor.
A test case is added to make sure we don't regress this.
Assignee | ||
Comment 2•7 years ago
|
||
Reporter | ||
Comment 3•7 years ago
|
||
Comment on attachment 9002391 [details]
Bug 1483880 - Always hide the autocompletion popup in acceptProposedCompletion; r=Honza.
Jan Honza Odvarko [:Honza] has approved the revision.
Attachment #9002391 -
Flags: review+
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/28d5979962b7
Always hide the autocompletion popup in acceptProposedCompletion; r=Honza.
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
You need to log in
before you can comment on or make changes to this bug.
Description
•