I'm not much of a web programmer, so maybe I'm asking the impossible...but it'd be great if the "Working On" indicator updated for all of my open FogBugz browser tabs if it is changed on any of them. It's mostly just an annoyance, but it can become a real headache in one particular case...
Suppose I have two tabs open:
- Tab A, open to Case 12345
- Tab B, open to Case 12346
Now suppose I set "Working On" to Case 12345 from Tab A, and then set it to Case 12346 from Tab B. Both tabs display that I am working on the case being viewed, though really it's only true for Tab B (the last tab to be updated). The problem is if I want to go back to working on Case 12345. Normally, I could switch to Tab A, click the drop-down, and select "This Case". But since that tab thinks I'm already working on that case, it doesn't present me that option. So my options are:
- Enter the case number by hand (either from Tab A or Tab B)
- Reload Tab A so the "Working On" status is updated, allowing me to then select "This Case" from the menu again
Option (1) is annoying because typing out 5+ digits by hand is tedious, and sometimes I don't care to think about what the number actually is. Option (2) is annoying because we run our own server, and sometimes page reloads can take awhile if the server is acting sluggish. Plus, sometimes I run into a bug where if I click the "Working On" dropdown before the page is fully loaded, it loads the "Working On" menu as a new page instead of creating the menu properly.
(FYI, I'm using Firefox 3.6.15)