Bug 460958
| Summary: | Bugzilla doesn't recognize a bug in part of the current query results | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Matěj Cepl <mcepl> | ||||||||
| Component: | Query/Bug List | Assignee: | PnT DevOps Devs <hss-ied-bugs> | ||||||||
| Status: | CLOSED UPSTREAM | QA Contact: | |||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 3.2 | CC: | dkl | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2008-09-03 16:39:58 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Matěj Cepl
2008-09-02 20:35:07 UTC
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? |