JavaScript stops working when I coding on console
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
People
(Reporter: kemirosa, Unassigned)
Details
Attachments
(1 file)
|
46.03 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0
Steps to reproduce:
I declared an array in console;
like: "nums = [1,2,3,4,5,6,7]"
And I started to write filter() function but when I write "nums.filter(co)" Firefox sent me alert dialogs for each element of nums array.
PS: any kind of array create same problem.
Actual results:
JavaScript stopped work in console and on current website.
Expected results:
JavaScript must be continue to work.
Updated•3 years ago
|
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Console' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•3 years ago
|
||
you must have a co function calling alert
I think we fixed it in 105, could you try Firefox Beta / DeveloperEdition and tell us if the problem went away? Thanks
Updated•3 years ago
|
Comment 3•2 years ago
|
||
A needinfo is requested from the reporter, however, the reporter is inactive on Bugzilla. Closing the bug as incomplete.
For more information, please visit BugBot documentation.
Description
•