Closed
Bug 798174
(DOMi2.0.16)
Opened 12 years ago
Closed 6 years ago
DOM Inspector 2.0.16
Categories
(Other Applications :: DOM Inspector, defect)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: crussell, Unassigned)
References
(Depends on 1 open bug)
Details
No description provided.
Reporter | ||
Updated•12 years ago
|
Depends on: DOMi2.0.14
Reporter | ||
Updated•12 years ago
|
Alias: DOMi2.0.15
Is this error covered in any of the bugs?
(toggling Important on a css rule)
Timestamp: 27.5.2014 11:04:29
Error: TypeError: aProperties is undefined
Source File: chrome://inspector/content/viewers/styleRules/styleRules.js
Line: 586
Timestamp: 27.5.2014 11:06:18
Warning: Use of getAttributeNode() is deprecated. Use getAttribute() instead.
Source File: chrome://inspector/content/viewers/domNode/domNode.js
Line: 399
Timestamp: 27.5.2014 11:28:19
Warning: Use of inputEncoding is deprecated.
Source File: chrome://inspector/content/viewers/jsObject/jsObjectViewer.js
Line: 421
(Showing Computed style of a html node)
Timestamp: 27.5.2014 11:29:16
Error: TypeError: this.mStyleList is null
Source File: chrome://inspector/content/viewers/computedStyle/computedStyle.js
Line: 167
(View -> Document Viewer -> Accessible Events)
Timestamp: 27.5.2014 11:31:38
Warning: TypeError: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create
Source File: chrome://inspector/content/viewers/accessibleEvents/accessibleEvents.js
Line: 444
Timestamp: 27.5.2014 11:31:43
Error: TypeError: node is null
Source File: chrome://inspector/content/viewers/accessibleEvents/accessibleEvents.js
Line: 366
(View -> Document Viewer -> Accessible Tree)
Timestamp: 27.5.2014 11:32:59
Error: TypeError: aAccessible is null
Source File: chrome://inspector/content/viewers/accessibleTree/accessibleTree.js
Line: 100
(View -> Document Viewer -> DOM Node (e.g. on chrome://messenger/content/multimessageview.xhtml))
Timestamp: 27.5.2014 11:33:49
Error: TypeError: this.mView is null
Source File: chrome://inspector/content/viewers/accessibleTree/accessibleTree.js
Line: 462
(View -> Document Viewer -> Accessible Events on chrome://global/content/console.xul)
Timestamp: 27.5.2014 11:35:21
Error: TypeError: parentDocAccessible is null
Source File: chrome://inspector/content/viewers/accessibleEvents/accessibleEvents.js
Line: 318
Comment 2•10 years ago
|
||
> Is this error covered in any of the bugs?
Unlikely. Please file a new bug or bugs. We need to update DOMi while remaining backward compatible with earlier versions of Firefox/SeaMonkey/Thunderbird. I don't know how far back Gecko versions we should support.
Alias: DOMi2.0.15 → DOMi2.0.16
Summary: DOM Inspector 2.0.15 → DOM Inspector 2.0.16
Depends on: DOMi2.0.15
Comment 4•10 years ago
|
||
I hope that a beta version is released before the final. I have an updated version of the Element Capture extension to DOMi that works with the current 2.0.14. There is a description of it at:
https://groups.google.com/forum/#!topic/mozilla.dev.extensions/OObTuMJUBls
Changing the maxVersion in the Element Capture package is not a problem. But I would like to check that a new version of DOMi does not break Element Capture in a more fundamental way.
Comment 5•6 years ago
|
||
Bulk close. This component is no longer supported or maintained.
https://bugzilla.mozilla.org/show_bug.cgi?id=1499023
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
Comment 6•6 years ago
|
||
Bulk close. This component is no longer supported or maintained.
https://bugzilla.mozilla.org/show_bug.cgi?id=1499023
You need to log in
before you can comment on or make changes to this bug.
Description
•