Closed
Bug 418230
Opened 17 years ago
Closed 14 years ago
"Browse all Add-Ons" doesn't work unless search successfully finishes
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
INVALID
People
(Reporter: zurtex, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9b4pre) Gecko/2008021704 Minefield/3.0b4pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9b4pre) Gecko/2008021704 Minefield/3.0b4pre
In the new "Get Add-ons" window the link "Browse all Add-Ons" is unresponsive until the search is finished.
Reproducible: Always
Steps to Reproduce:
1. Go to Tools > Add-Ons
2. Click "Get Add-Ons"
3. Quickly click "Browse All Add-Ons"
Actual Results:
Nothing happens until the automatic search is finished.
Expected Results:
Should respond instantly as the search may hang for some reason and it's annoying anyway.
I assume this is some sort of threading problem...
Reporter | ||
Updated•17 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•17 years ago
|
Component: General → Extension/Theme Manager
QA Contact: general → extension.manager
Reporter | ||
Updated•17 years ago
|
Version: unspecified → Trunk
Reporter | ||
Updated•17 years ago
|
Blocks: 404024
Component: Extension/Theme Manager → General
QA Contact: extension.manager → general
Version: Trunk → unspecified
Comment 1•17 years ago
|
||
This seems similar to bug 418725.
Updated•17 years ago
|
Component: General → Extension/Theme Manager
QA Contact: general → extension.manager
Version: unspecified → Trunk
Reporter | ||
Comment 2•17 years ago
|
||
This bug causing problems at least on Linux as well.
OS: Windows Server 2003 → All
Hardware: PC → All
Reporter | ||
Comment 3•17 years ago
|
||
I've noticed it seems to respond slowly (though not as much) even when the search is finished.
Reporter | ||
Comment 4•17 years ago
|
||
With the add-on site currently down, searches take about 1 minuite to not find the image in the search result, this gives a "No Preview" text.
However, the "Browse all Add-Ons" link *still* does not work after this, it looks like to the end user that Firefox 3 is just broken there.
Severity: normal → major
Flags: blocking-firefox3.1?
Summary: "Browse all Add-Ons" doesn't work till search finished → "Browse all Add-Ons" doesn't work unless search successfully finishes
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
Comment 5•16 years ago
|
||
Not going to block on this but would like to find a way to fix it.
The issues is that the openURL function (the toolkit generic way of opening a URL and doing the right thing per-app) won't do anything until it has started to receive a response from the web-server, in the SSL case it performs the intial handshake as well. When AMO is being slow this appears like nothing is happening.
I think there is essentially a dupe around somewhere about homepages being slow to open.
Flags: blocking1.9.1? → blocking1.9.1-
Updated•16 years ago
|
Comment 6•14 years ago
|
||
This is about the old UI which has been completely replaced in Firefox 4. Closing as invalid.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 7•14 years ago
|
||
Thanks
You need to log in
before you can comment on or make changes to this bug.
Description
•