Closed
Bug 497584
Opened 17 years ago
Closed 16 years ago
Find collections link in the extension give a page load error
Categories
(addons.mozilla.org Graveyard :: Collector Extension, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
BW-1.0.3
People
(Reporter: krupa.mozbugs, Unassigned)
References
Details
steps to reproduce:
1.Tools->Addons->Extensions->Preferences->General Settings
2.Log in with an account with collections associated with it.
3.Under Subscriptions click on "+" icon to find collections
4.Log out and log in with an account which is not associated with collections
5.After login,click on the "find collections" button
expected result:
User navigates to collection directory page
actual result:
https://%%amo_host%%/collections loads and throws a page load error in both cases.
additional info:
setting in about:config-
extensions.bandwagon.amo_host;addons.mozilla.org
screencast:http://screencast.com/t/taib8TJJ21g
| Reporter | ||
Updated•17 years ago
|
Component: Public Pages → Collections
QA Contact: web-ui → bandwagon
| Reporter | ||
Updated•17 years ago
|
Severity: normal → major
Comment 1•16 years ago
|
||
While I couldn't reproduce this, I think I have fixed the cause of this.
r27651
Details:
The AMO_HOST stuff used to be replaced when the component was initialized. This may not have happened in this case.
I have updated the code to do the AMO_HOST replacement on the fly when a URL is loaded or the API layer is initialized. (This was a TODO anyway).
Please close.
Updated•16 years ago
|
Target Milestone: BW-M6 → BW-1.0.3
Updated•16 years ago
|
Component: Collections → Collector Extension
Updated•16 years ago
|
QA Contact: collections → collector-extension
| Assignee | ||
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•