Closed
Bug 895861
Opened 12 years ago
Closed 5 years ago
TypeError: source is not an object @ resource://gre/modules/commonjs/sdk/util/object.js:43 after doing tools reload with Inspector open.
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: Optimizer, Unassigned)
Details
Using latest Nightly:
Do a tools reload with non built in tools loaded.
Now open inspector and do any mouse movement on the page.
The following error is thrown :
TypeError: source is not an object @ resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/util/object.js:43
There are many causes of this exception:
1) move your mouse, thus the handleMouseMove method in highlighter.js throws.
2) On panel load in inspector-panel.js
3) There can be more as this can be an in general thing, not specific to inspector.
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 1•5 years ago
|
||
A lot has been fixed since this bug has been reported.
Honza
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•