Closed Bug 523510 Opened 16 years ago Closed 16 years ago

Link to a search plugin for bugzilla needs to be updated

Categories

(Bugzilla :: User Interface, defect)

x86
All
defect
Not set
normal

Tracking

()

VERIFIED WONTFIX

People

(Reporter: kfazal, Unassigned)

References

()

Details

Attachments

(1 file)

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 - Build ID: 20090824085743 Here is the link: javascript:window.external.AddSearchProvider('https://bugzilla.mozilla.org/search_plugin.cgi') XPath to link: /html/body/div[3]/div/table/tbody/tr/td/ul/li[8]/a Reproducible: Always Steps to Reproduce: 1. Go on the page and click on the link Actual Results: Error Window: "This search engine isn't supported by Firefox and can't be installed." Seriously... "requires Firefox 2 or Internet Explorer 7"?
I cannot reproduce the problem. This works perfectly well with Firefox 3.5.4.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Do you see in brackets on the page: "(requires Firefox 2 or Internet Explorer 7)"?
Resolution: WORKSFORME → WONTFIX
I have this same problem. I run Mozilla/5.0 (Windows; U; Windows NT 5.1; fi; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729). I got it working after I changed the MIME type. Here are the lines from search_plugin.cgi after I commented out the wrong type and added the correct type: # Return the appropriate HTTP response headers. #print $cgi->header('application/xml'); print $cgi->header('application/opensearchdescription+xml');
- make sure its saved as .xml and not as .cgi - our work isnt done, I'm sure the <a></a> tag has to be changed but I'm not sure how see:
(In reply to comment #4) > Created an attachment (id=424265) [details] > Search Plugin Patch > > - make sure its saved as .xml and not as .cgi > - our work isnt done, I'm sure the <a></a> tag has to be changed but I'm not > sure how > see: http://mycroft.mozdev.org/
Status: RESOLVED → VERIFIED
I do not understand why this was changed to VERIFIED. There is still wrong Content-type in CVS, the Install the Quick Search plugin on Main Page does not work for all users. This is still unresolved.
My comment was wrong. The error was not due to wrong MIME type. Now it seems I tried the link when I was not logged in and after I changed the MIME type I must have been logged in. The link is shown on Main Page when user is not logged in. We have requirelogin set to On and apparently the search_plugin.cgi does not work when not logged in.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: