Closed
Bug 617877
Opened 15 years ago
Closed 15 years ago
Web console code completion suggestion sticks around when it shouldn't
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 4.0b8
People
(Reporter: dao, Assigned: jwalker)
References
Details
(Keywords: regression, Whiteboard: [Web-Console-Testday])
Attachments
(1 file)
|
1.77 KB,
patch
|
Gavin
:
review+
Gavin
:
approval2.0+
|
Details | Diff | Splinter Review |
Enter something that triggers a code completion suggestion, hit enter. The entered code is executed and removed from the input field, the code completion suggestion remains.
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → jwalker
| Assignee | ||
Comment 1•15 years ago
|
||
Clear the completeNode on setInputValue()
I've been through all the uses of setInputValue (ctrl-e, ctrl-a, history, execute, etc) and I think that you want completion displayed for none of them. In fact in general when setting a specific value on the inputNode it seems that you are unlikely to want completion.
Also added a test for this bug.
Attachment #496474 -
Flags: feedback?(mihai.sucan)
| Assignee | ||
Updated•15 years ago
|
Attachment #496474 -
Flags: feedback?(mihai.sucan) → review?(dao)
Updated•15 years ago
|
Attachment #496474 -
Flags: review?(dao) → review+
Updated•15 years ago
|
Attachment #496474 -
Flags: approval2.0+
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b8
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
Whiteboard: [Web-Console-Testday]
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•