Closed
Bug 244285
Opened 20 years ago
Closed 20 years ago
DOM Inspector View Computed Styles generates JS error on page refresh: "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMCSSStyleDeclaration.getPropertyValue]"
Categories
(Other Applications :: DOM Inspector, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 111411
People
(Reporter: mozilla, Unassigned)
Details
Steps to Reproduce:
(1) Load up any webpage
(2) Bring up the JS Console
(3) Press Cntrl+Shift+I to bring up the DOM Inspector.
(4) In the Dom In., select some element and go to Computed Sytles.
(5) Hit Reload on the webpage.
(6) Go back to the DOM Inspector, and all the computer styles will be blank.
(7) Go to the JS Console, and you will find 24 of the following errors:
Error: [Exception... "Component returned failure code: 0x80004005
(NS_ERROR_FAILURE) [nsIDOMCSSStyleDeclaration.getPropertyValue]" nsresult:
"0x80004005 (NS_ERROR_FAILURE)" location: "JS frame ::
chrome://inspector/content/viewers/computedStyle/computedStyle.js :: anonymous
:: line 153" data: no]
Source File: chrome://inspector/content/viewers/computedStyle/computedStyle.js
Line: 153
I am using Mozilla 1.7 RC2. Didn't find any obvious dupes of this problem.
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040514
Reporter | ||
Updated•20 years ago
|
Summary: DOM Inspector View Computed Styled generates JS error on page refresh: "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMCSSStyleDeclaration.getPropertyValue]" → DOM Inspector View Computed Styles generates JS error on page refresh: "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMCSSStyleDeclaration.getPropertyValue]"
Comment 1•20 years ago
|
||
Reload should be clearing the DOM inspector view completely, since the DOM it's
viewing gets destroyed.
We have a bug on that....
Whiteboard: DUPEME
Reporter | ||
Comment 2•20 years ago
|
||
I assume you mean bug 111411. I had thought that reloading a page that hadn't
changed would be a different case, but I see your point.
*** This bug has been marked as a duplicate of 111411 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•20 years ago
|
Whiteboard: DUPEME
Updated•20 years ago
|
Product: Core → Other Applications
Updated•17 years ago
|
Assignee: dom-inspector → nobody
QA Contact: timeless → dom-inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•