Closed
Bug 1698260
Opened 4 years ago
Closed 6 months ago
Item 'Infinity' is not visible in the auto-completion menu
Categories
(DevTools :: Console, defect, P3)
Tracking
(firefox-esr78 wontfix, firefox86 wontfix, firefox87 wontfix, firefox88 wontfix, firefox109 wontfix, firefox125 fixed)
RESOLVED
FIXED
125 Branch
People
(Reporter: dmitry.trunikov, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0
Steps to reproduce:
In the Firefox for Linux:
- Press Ctrl-Shift-I to open the WebConsole.
- In the console type 'this.Inf'.
Actual results:
- While you are typing an auto-completion box displays available variants to complete the statement. But the box has no variant 'Infinity'. For some reason this item is missed.
Expected results:
The auto-completion box should have the item 'Infinity'.
Comment 1•4 years ago
|
||
I can confirm that this behavior is seen on all platforms and in all the latest versions of the 4 main channels, although, I do not have the knowledge to decide whether this is valid or not. I hope the (Devtools) Console component is appropriate enough to further address this issue.
Thank you for the report.
Status: UNCONFIRMED → NEW
Has STR: --- → yes
status-firefox86:
--- → affected
status-firefox87:
--- → affected
status-firefox88:
--- → affected
status-firefox-esr78:
--- → affected
Component: Untriaged → Console
Ever confirmed: true
OS: Unspecified → All
Product: Firefox → DevTools
Hardware: Unspecified → Desktop
Assignee | ||
Updated•4 years ago
|
Severity: -- → S4
Priority: -- → P3
Assignee | ||
Comment 4•6 months ago
|
||
Updated•6 months ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0eb2b661743e
[devtools] Fix autocomplete for Infinity. r=devtools-reviewers,ochameau.
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Updated•6 months ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•