Description of problem: When running query in bugzilla (be it either predefined query or the result of the advanced edit query form) and opening first bug in the list, it doesn't have the navigation toolbar in the top with "First,Previous,Next,Last" buttons. That makes managing tons of bugs (typical for my workload) pretty difficult, could we get these buttons back, please? Version-Release number of selected component (if applicable): bugzilla as of 2008-09-02 How reproducible: 100% Steps to Reproduce: 1.run a query 2.view results 3. Actual results: no navigation bar Expected results: it should be there Additional info:
Created attachment 315601 [details] screenshot in midori Strange thing is that the buttons show up in midori (http://www.twotoasts.de/index.php?/pages/midori_summary.html). This looks like some bad User-Agent-switching which went wrong. Why it doesn't recognize the current query results (and "Show last results" point to non-sensical query) is still mystery to me.
On the other hand, this seems to work with the bugzilla.mozilla.org (which has now 3.2 as well).
Created attachment 315604 [details] cannot reproduce on https://landfill.bugzilla.org/bugzilla-3.2-branch/ Bad news -- cannot reproduce on https://landfill.bugzilla.org/bugzilla-3.2-branch/ which should be the same as what we have minus customizations.
<dkl> mcepl: i am confused, the test case works for me. Which browser are you having difficulty with? mcepl: also it requires a cookie to be set for the nav buttons to work, is cookies turned on in the browser it is failing? mcepl: when you run any query, it clears and sets the BUGLIST cookie which is a colon delimited string of bug ids mcepl: so when you go to show_bug,cgi, it looks for that cookie and uses it to display the nav buttons if that cookies is not there u will not get the nav button
Created attachment 315662 [details] Cookie manager with bugzilla.redhat.com cookies Seems like I have plenty of cookies from bugzilla. Will try to remove all of them and allow anything which goes my way.
dkl: https://bugzilla.redhat.com/attachment.cgi?id=315662 <dkl> mcepl: ah, you have multiple cookies of the same key, try removing all of the BUGLIST cookies and test from the beginning mcepl: some may be lingering from the old Bugzilla <dkl> and conflicting <mcepl> YES!!! I had to relogin, but now it works. Shouldn't bugzilla check, whether there are any conflicting cookies available? <dkl> mcepl: should but not that smart, it takes the first thing the browser gives it mcepl: so basically it was getting the wrong cookie each time and only the other one was getting updated mcepl: did you remove all Bugzilla cookies? that may be why you had to relogin <mcepl> dkl: could I ask to make a comment to my bug, so when (one day, eventually; you see, I am incurable optimist) you will get time to look at it, you will know what's going on? dkl: yes, I did, to be sure. Filtered bugzilla.redhat.com and removed all. now, I will be able to fix my GM scripts!!! Cool. Thanks <dkl> mcepl: cool, glad that was all that it was mcepl: please comment and close the bug <mcepl> shouldn't I at least sent it upstream?