r21808: - Fix a nasty bug in the finite state machine that allowed an event from a
authorDerrell Lipman <derrell@samba.org>
Tue, 13 Mar 2007 02:51:49 +0000 (02:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:30 +0000 (14:49 -0500)
commit512dc61e846669311b1605c6c4e1b49241c1c8be
tree8914b054b39d45e2989bd042e750c92e47f76fa7
parent6b91ca0968209ad17489341c78d9610607cc8320
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. :-)
webapps/qooxdoo-0.6.5-sdk/frontend/framework/source/class/qx/util/fsm/FiniteStateMachine.js