Closed
Bug 857205
Opened 12 years ago
Closed 12 years ago
Context menu Addon SDK and Addon Icon Bar doesn't appear on Firefox 20
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: adrian.arroyocalle, Unassigned)
Details
Attachments
(1 file)
214.19 KB,
application/octet-stream
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0
Build ID: 20130326150557
Steps to reproduce:
I upgrade my Mozilla Firefox version from 19.2 to 20
Actual results:
My addon using Addon SDK doesn't work. Other addons with jetpack also disapeared from Context Menu and Addon Bar
Expected results:
An important bug in Addon SDK with Firefox 20
Can you attach your addon's xpi file to this bug?
Reporter | ||
Comment 2•12 years ago
|
||
PI of the addon. All the addons have problems but this is my addon. Source code is avalible in: https://github.com/AdrianArroyoCalle/firefox-addons/tree/master/google-share/src
According to that addon's harness-options.json file, it's using SDK 1.12, which is fundamentally broken in Firefox 20 and newer. It needs to be repacked with a newer version of the SDK to work. SDK 1.14 was released last week, and includes fixes for the incompatibilities with newer versions of Firefox.
I'm going to close this bug, because I don't believe there's anything that can be fixed from the SDK's side without repacking the addon.
Feel free to reopen or file a new bug if repacking doesn't fix this.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 5•12 years ago
|
||
Thanks for the solution. I was thinking that it was a addon sdk bug because all the others addons with JetPack (2 in my case) also don't work. I think that it's the same problem.
You need to log in
before you can comment on or make changes to this bug.
Description
•