[Lxr-dev] [ lxr-Bugs-465528 ] 'ident' form does not work in IE 5
Brought to you by:
ajlittoz
From: <no...@so...> - 2001-09-27 06:57:57
|
Bugs item #465528, was opened at 2001-09-26 23:57 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=390117&aid=465528&group_id=27350 Category: Browsing Group: current cvs Status: Open Resolution: None Priority: 5 Submitted By: Zubin Sethna (zubinix) Assigned to: Nobody/Anonymous (nobody) Summary: 'ident' form does not work in IE 5 Initial Comment: When doing an identifier search, type into the form an identifier name. The resulting URL only contains 'ident?=whatever', which fails. New versions of mozilla prepend the full URL to the lxr server and thus work correctly. In the ident perl script line 40 (sub ident) that begins: print("<form method=get action............. the value of 'baseurl' from the lxr.conf file needs to be inserted. How to do this? Possibly the web browser should insert the 'baseurl' string into the ident URL by itself but only the new versions of mozilla do this. Netscape 4.7 and IE do not do this. So for compatibility lxr should include the 'baseurl' in the html code for the form. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=390117&aid=465528&group_id=27350 |