0

I noticed that FogBugz fires both a BugViewChange and a BugViewChanged Javascript event. The former is suggested quite often on this very site. The latter exists since version 8.1.1 and is undocumented (except for that single release note) and unused.

What is the difference?

flag
I didn't want to reach in and modify your code, but you might also want to update your BugMonkey script that's currently using BugViewChanged: fogbugz.stackexchange.com/questions/3242/… – db Oct 2 at 15:16
Right, BugViewChanged didn't fire after all... @db I fixed the script, thanks! And feel free to fix my code. – Michel de Ruiter Oct 3 at 11:05

closed as no longer relevant by Michel de Ruiter Mar 14 at 9:38

1 Answer

0

BugViewChanged appears to have been a typo. The only event that is fired from FogBugz' JavaScript code is BugViewChange.

I've updated the mentioned release notes to reflect this.

Sorry for any confusion!

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.