Closed
Bug 474148
Opened 16 years ago
Closed 16 years ago
DOM Inspector 2.0.1 (extension) fails to appear in Sunbird 1.0pre tools menu
Categories
(Other Applications :: DOM Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 461006
People
(Reporter: gekacheka, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
Build Identifier: 2.0.1
DOM Inspector 2.0.1 (extension) installs without error, but fails to appear in Sunbird 1.0pre Tools menu.
Reproducible: Always
Steps to Reproduce:
Install DOM Inspector 2.0.1 in Sunbird 1.0pre, restart
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1b3pre) Gecko/20090117 Calendar/1.0pre
Actual Results:
"DOM Inspector" does not appear in the Tools menu
Expected Results:
"DOM Inspector" does appear in the Tools menu
Cause:
calendar.xul, the target of the overlay, was moved from calendar.jar to sunbird.jar for bug 290747.
Workaround:
Unzip the xpi and add the following (all on one line) to chrome.manifest
overlay chrome://sunbird/content/calendar.xul chrome://inspector/content/tasksOverlay-sb.xul application={718e30fb-e89b-41dd-9da7-e25a45638b28}
(I guess it passes version checking based on the "Toolkit" entry in install.rdf?)
Comment 1•16 years ago
|
||
Fixed in 2.0.2, correct?
Looks fixed in 2.0.2 (2009-01-27), thanks.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•