Here's my situation. I'm looking at a list of bugs, lets say "bugs to be triaged". I have ~150 bugs in this list, and I'm iterating through the list using the view case page and the arrow keys.
In a separate browser tab, I need to be able run other queries as I look for bugs trying to relate/find duplicates/parent cases/etc.
The word wheel in the dupe/parent case fields helps sometimes but you don't always remember enough to find the bug. For example, you just remember it's assigned to John Doe, so you open another tab, query assignedTo:"John Doe" and then you find the bug.
Here's the specific problem: When you run a query in a second tab, and then you iterate to the next bug in the first tab, it reverts to the query you ran in the second tab. How can I get around this problem, it's SUPER annoying!