Closed
Bug 603665
Opened 15 years ago
Closed 7 years ago
JSON.parse error in line : 1848 when clicking in the Error Console text field
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: nhirata, Unassigned)
References
Details
Mozilla/5.0 (Maemo;Linux armv71; rv:2.0b8pre)Gecko/20101012 Firefox/4.0b8pre Fennec/4.0b2pre
1. turn error console on
2. go to the error console
3. click in the text field for code
Expected: No errors
Actual: Error: JSON.parse Source File:chrome://browser/content/browser-ui.js Line:1848
Note:
1. Also occurs when you hold down the Clear button in the error console.
2. Maemo 5 GTK only
Comment 2•15 years ago
|
||
I'm seeing this even immediately on startup, the only mention of JSON.parse in that file is here:
http://mxr.mozilla.org/mobile-browser/source/chrome/content/browser-ui.js#1927
let rect = Rect.fromRect(JSON.parse(aData));
Comment 3•7 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•