Closed
Bug 271093
Opened 20 years ago
Closed 20 years ago
Firefox Plugin Finder Service not working.
Categories
(Toolkit Graveyard :: Plugin Finder Service, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 273978
People
(Reporter: mmoore2, Assigned: doronr)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
I'm trying to go through a tutorial on SVG. When trying to open an XHTML
document with an emdbedded SVG graphic, "Click here to download plugin" appears.
After clicking that, a "Plugin Finder Service" window pops up claiming that
"Firefox is now checking for available plugins...". But nothing ever happens
after that. Well, the longest I left it there was about half an hour. No errors,
no feedback. Nothing.
Reproducible: Always
Steps to Reproduce:
1. Create this html file:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<body>
<object data="rect1.svg" width="100%"
height="100%" type="image/svg+xml">
<embed src="rect1.svg" width="100%"
height="100%" type="image/svg+xml" />
</object>
</body>
</html>
2. Put it on a web site.
3. Try to access it. in Firefox.
Actual Results:
"Plugin Finder Service" window opens but does not appear to do anything.
Expected Results:
Find plugin.
Walk me through the install.
Display SVG graphic page.
Otherwise, if the site is not reachable, or if some other failure, some form of
feedback should be given.
Assignee: mitchell → doronr
Component: Miscellaneous → Plugin Finder Service
Product: mozilla.org → Firefox
QA Contact: mitchell → plugin.finder
Version: other → 1.0 Branch
Assignee | ||
Comment 1•20 years ago
|
||
dupe.
*** This bug has been marked as a duplicate of 273978 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Product: Firefox → Toolkit
Updated•10 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•