Probably related error messages:
Code: Select all
Error: [Exception... "Failure" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: jar:file:///C:/Program%20Files%20(x86)/firefox/extensions/%7B73a6fe31-595d-460b-a920-fcc0f8843232%7D.xpi!/components/noscriptService.js :: <TOP_LEVEL> :: line 4885" data: no]
Source File: jar:file:///C:/Program%20Files%20(x86)/firefox/extensions/%7B73a6fe31-595d-460b-a920-fcc0f8843232%7D.xpi!/components/noscriptService.js
Line: 4885
Code: Select all
Error: [Exception... "Failure" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: jar:file:///C:/Program%20Files%20(x86)/firefox/extensions/%7B73a6fe31-595d-460b-a920-fcc0f8843232%7D.xpi!/components/noscriptService.js :: <TOP_LEVEL> :: line 3716" data: no]
Source File: jar:file:///C:/Program%20Files%20(x86)/firefox/extensions/%7B73a6fe31-595d-460b-a920-fcc0f8843232%7D.xpi!/components/noscriptService.js
Line: 3716
If you want to test me something, I am still running this Firefox instance for now.
P.S.: Interestingly, the icon also seems not fit to deal with such a situation: It still displays a puzzle tile after I click the placeholder but the puzzle tile disappears after I switch to another tab and then back again (you determine the icon state newly whenever one switches to a tab?). This it not the case for standalone plugin content where it disappears right away (What makes the difference? After all it's still embedded in a document, is it the "embed" element?).