What's the difference between BugViewChange and BugViewChanged? - FogBugz Knowledge Exchange [closed]most recent 30 from http://fogbugz.stackexchange.com2013-05-24T14:02:42Zhttp://fogbugz.stackexchange.com/feeds/question/10839http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/10839/whats-the-difference-between-bugviewchange-and-bugviewchangedWhat's the difference between BugViewChange and BugViewChanged?Michel de Ruiter2012-10-02T14:31:52Z2012-10-02T20:39:54Z
<p>I noticed that FogBugz fires both a <code>BugViewChange</code> and a <code>BugViewChanged</code> Javascript event. The former is <a href="http://www.google.com/search?q=site%3afogbugz.stackexchange.com+%22BugViewChange%22" rel="nofollow">suggested quite often</a> on this very site. The latter exists <a href="http://fogbugz.stackexchange.com/questions/5751/whats-new-in-fogbugz-8-1-1/5752#5752" rel="nofollow">since version 8.1.1</a> and is undocumented (except for that single release note) and unused.</p>
<p>What is the difference?</p>
http://fogbugz.stackexchange.com/questions/10839/whats-the-difference-between-bugviewchange-and-bugviewchanged/10840#10840Answer by db for What's the difference between BugViewChange and BugViewChanged?db2012-10-02T15:13:20Z2012-10-02T15:13:20Z<p><code>BugViewChanged</code> appears to have been a typo. The only event that is fired from FogBugz' JavaScript code is <code>BugViewChange</code>.</p>
<p>I've updated the mentioned release notes to reflect this.</p>
<p>Sorry for any confusion!</p>