Closed
Bug 437282
Opened 18 years ago
Closed 17 years ago
unknown 2147500037 error
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: open, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; sk-SK; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; sk-SK; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
When used this code in Firefox extension:
var tab_current = document.getElementById('desktop-tab-list').selectedItem;
it caused exception with message 2147500037
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•18 years ago
|
||
2147500037 is NS_ERROR_FAILURE. I'm not sure why that code snippet would throw that exception. Do you have a working testcase?
| Reporter | ||
Comment 2•17 years ago
|
||
when I have removed comments between tabs, it is now working :-O
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 3•17 years ago
|
||
This doesn't look sound like a browser issue.
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•