Closed
Bug 1123819
Opened 10 years ago
Closed 10 years ago
"TypeError: can't access dead object" in tab-firefox.js:98:0 when using sdk/tabs after reinstalling add-on
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1086163
People
(Reporter: l1aqus, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:35.0) Gecko/20100101 Firefox/35.0
Build ID: 20150108202552
Steps to reproduce:
This bug presents in both Desktop Firefox 35.0 and Firefox Development Edition 37.0a2.
1. Create an add-on using addon-sdk-1.17 with the following content of main.js (just 1 line):
var tabs = require("sdk/tabs");
2. Install the add-on to Firefox.
3. Install it again.
4. Open new tab.
Actual results:
Browser console shows "TypeError: can't access dead object" in tab-firefox.js:98:0
Expected results:
It shouldn't show that error, I guess.
Reporter | ||
Updated•10 years ago
|
OS: All → Windows 7
Hardware: All → x86
Reporter | ||
Updated•10 years ago
|
Summary: "TypeError: can't access dead object" in tab-firefox.js:98:0 when using tabs after reinstalling add-on → "TypeError: can't access dead object" in tab-firefox.js:98:0 when using sdk/tabs after reinstalling add-on
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•