On 9/28/06, Juergen Schreck <[EMAIL PROTECTED]> wrote: > > Just bumping this to see if I can get any more info on the potential > problems in the event chain. Perhaps I'll try to explain it a > different way. > > I use custom events to control flow in my application. > > Some events are - for lack of a better term - local. They are not > deferred. For instance when a user clicks a button and a certain > condition is met a dialog (which is part of the DOM not a browser > dialog like alert()) is shown. > > The buttons in that dialog signal an event that determines what > happens next. As long as this custom event chain does not involved > deferred's, everything works well. > > But if somewhere in the event chain a deferred runs (with it's own > callbacks), any custom events connected after the deferred runs are > not executed. > > Why does that happen?
You really need to show us a fully reproducible that you think should work (but does not), and then describe what it should've done. The way you're explaining it isn't very clear to me, but code would be very easy to understand. -bob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
