Closed
Bug 585443
Opened 15 years ago
Closed 14 years ago
install of not-newest version add-ons fails silently in Thunderbird if made compatible by maxVersion increase on AMO
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.3a2
People
(Reporter: aryx, Unassigned)
References
Details
(Keywords: regression, Whiteboard: [Fixed by bug 571759])
Mozilla/5.0 (Windows NT 5.1; rv:2.0b4pre) Gecko/20100807 Mnenhy/0.8.3 Shredder/3.2a1pre
drag and drop of add-ons into add-ons manager for installing them doesn't work anymore, but it works in Firefox Mozilla/5.0 (Windows NT 5.1; rv:2.0b4pre) Gecko/20100807 Minefield/4.0b4pre (.NET CLR 3.5.30729) - so maybe no Toolkit - Add-ons Manager bug.
Comment 1•15 years ago
|
||
(In reply to comment #0)
> Mozilla/5.0 (Windows NT 5.1; rv:2.0b4pre) Gecko/20100807 Mnenhy/0.8.3
> Shredder/3.2a1pre
Aryx can you give us the regression window?
![]() |
Reporter | |
Comment 2•15 years ago
|
||
Ok, I found the problem in Toolkit: On install, it doesn't check for new compatibility information. Firefox shows this as doorhanger from the locationbar which Thunderbird lacks and so silently rejects to install the add-on.
Example:
QuickFolders 1.9.1 https://addons.mozilla.org/de/thunderbird/addon/3254/versions/1.9.1
maxVersion file: Thunderbird 3.1b2
maxVersion AMO: Thunderbird 3.2b1pre
Reason:
AMO only returns the latest version on checking for updates/compatibility information.
Issue:
With multiple branches, add-on installation can fail for user which aren't on the latest stable branch if the latest add-on version isn't compatible with the used one.
Summary: drag and drop of add-ons into add-ons manager for installing them doesn't work anymore → install of not-newest version add-ons fails silently in Thunderbird if made compatible by maxVersion increase on AMO
Whiteboard: see comment #2
![]() |
Reporter | |
Comment 3•15 years ago
|
||
Asked Mossop from the Add-ons Manager teamed and he confirmed that non-browser applications have to implement their own error reporting. (Quoting shaver: "[...] until we provide something")
Updated•15 years ago
|
Whiteboard: see comment #2 → [TB32needs][see comment #2]
Updated•15 years ago
|
Whiteboard: [TB32needs][see comment #2] → [see comment #2]
Comment 5•14 years ago
|
||
Notifications were fixed by Bug 571759 for 3.3a2.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [see comment #2] → [Fixed by bug 571759]
Target Milestone: --- → Thunderbird 3.3a2
Comment 6•14 years ago
|
||
This bug is back, I just compiled a fresh version of Thunderbird from trunk, and in the situation described above (installing an addon with maxVersion = 5.0 in the xpi, maxVersion = 8.0a1 on addons.mozilla.org) fails with:
Error: win is null
Source File: chrome://messenger/content/specialTabs.js
Line: 1065
Severity: normal → major
Status: RESOLVED → REOPENED
OS: Windows XP → All
Hardware: x86 → All
Resolution: FIXED → ---
Comment 7•14 years ago
|
||
(In reply to Jonathan Protzenko [:protz] from comment #6)
> This bug is back, I just compiled a fresh version of Thunderbird from trunk,
> and in the situation described above (installing an addon with maxVersion =
> 5.0 in the xpi, maxVersion = 8.0a1 on addons.mozilla.org) fails with:
>
> Error: win is null
> Source File: chrome://messenger/content/specialTabs.js
> Line: 1065
That's bug 677646, and normally we don't re-open old bugs that we know were fixed, but file new ones.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•