I have a query named "dell submitted issues". When I use the "Load the remembered query:", and select this, then click "Submit query", I get taken to a page that says: Loading your query named dell submitted issues... Nothing further happens. Here's the URL it tries to load. http://bugzilla.redhat.com/bugzilla/buglist.cgi? product=bugzilla&version=beta2&version=beta1&version=1.0&component=9wm&bug_ status=NEW&bug_status=VERIFIED&bug_status=ASSIGNED&bug_status=REOPENED&bug_ status=RESOLVED&email1=&emailassigned_to1=1&email2=&emailreporter2=1&change din=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&bug_file_loc=&sta tus_whiteboard=&cmdtype=editnamed&namedcmd=dell+submitted+issues&newqueryna me=&order=Bug+Number+Ascending&form_name=query I'm running (gasp!) Internet Explorer 5.01.
Same problem here with IE4. Gives just the following page source: <TITLE>What a hack.</TITLE> Loading your query named <B>RH7 Bugs</B>...
I have confirmed this to be a prolem with the way Bugzilla redirects and IE. It works fine in all Netscapes I have tested it on. I am looking into it. Basically Bugzilla is writing the following HTTP header to cause the redirect ---- Content-type: text/html Refresh 0; URL=query.cgi?blah=blah&blah=blah... <TITLE>What a hack.</TITLE> Loading your query named <B>Queryname</B>... ---- For some reason this is not compliant with IE.
Okay, i did some playing around and the Location: header line seems to work fine with Netscape and IE instead of using the Redirect: header. I am not sure why this is not compatible but if Location works then I will use it instead. It has the added side effect of not showing the "Loading saved query" message and just redisplaying the query page with new query. This is actually more desirable in my opinion.