r21808: - Fix a nasty bug in the finite state machine that allowed an event from a
commit3330a53acc602ee64fef77608a4dfb8774ea3151
authorDerrell Lipman <derrell@samba.org>
Tue, 13 Mar 2007 02:51:49 +0000 (13 02:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:30 +0000 (10 14:49 -0500)
tree861abcd0b9a3d359f719981c5ef029469a077d12
parent676a04a056d495b9b81ba7c6e6b1cbb9c3d64ac5
r21808: - Fix a nasty bug in the finite state machine that allowed an event from a
  non-handled widget to be processed as if the event originated from a handled
  widget.  This was allowing the appear event for the module's canvas in
  Mimir's Net Manager (an event which was not handled) to load the tree,
  followed by the tree appear event (intended to be handled, albeit
  incorrectly -- see subsequent check-in of Mimir's Fsm.js) to again load the
  tree, thus the double entry.

  Wow, the above paragraph is really hard to read. :-)
(This used to be commit 512dc61e846669311b1605c6c4e1b49241c1c8be)
webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/util/fsm/FiniteStateMachine.js