Closed Bug 303057 Opened 19 years ago Closed 19 years ago

Unable to install any extension if no extensions are yet installed

Categories

(Toolkit :: Add-ons Manager, defect)

x86
Windows XP
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 300442

People

(Reporter: ceeam, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+

If extensions list is empty (EG: fresh clean install) then trying to install any
extension does nothing. Javascript console though reports a problem at
richlistbox.xml line #171 (as of Deer Park Alpha 2):

this.scrollBoxObject.scrollToElement(this.selectedItem);

Changing this to:

if (this.selectedItem)
  this.scrollBoxObject.scrollToElement(this.selectedItem);

seems to fix the problem.



Reproducible: Always

Steps to Reproduce:
1. Clean install (Deer Park A2)
2. Try to install any extension any way (seemingly)
3. No profit.

Actual Results:  
Exactly nothing

Expected Results:  
Install the extension
Doron, care to look at this?

*** This bug has been marked as a duplicate of 300442 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.