Re: [5.1] Confusing ZoneUpdater behavior

2011-01-27 Thread Rich M
On 01/26/2011 07:32 PM, Josh Canfield wrote: On my local machine, it runs as expected. I take in parameters from a TML declaration of the mixin on a Submit button. I have it bind via Prototype to the mouseup event to fire a method that returns via AJAX back to the Page class. I just re-read your

Re: [5.1] Confusing ZoneUpdater behavior

2011-01-26 Thread Josh Canfield
> On my local machine, it runs as expected. I take in parameters from a TML > declaration of the mixin on a Submit button. I have it bind via Prototype to > the mouseup event to fire a method that returns via AJAX back to the Page > class. I just re-read your original post. Are you canceling the f

Re: [5.1] Confusing ZoneUpdater behavior

2011-01-26 Thread Rich M
Oh wow, I never thought of that.. so it was racing between triggering the zone event and the form submission then I'm guessing? I tried moving a single breakpoint to the ZoneManager call and then resuming the JS again. That wasn't working in Firebug, the only way was if I stepped past the ZoneM

Re: [5.1] Confusing ZoneUpdater behavior

2011-01-25 Thread Josh Canfield
Sounds like it could be a timing issue. Have you tried putting debug statements around the in code instead of stepping through with the debugger? Sometimes slowly stepping through code gives things a chance to complete that wouldn't otherwise, possibly it runs fast enough on your local machine tha

[5.1] Confusing ZoneUpdater behavior

2011-01-25 Thread Rich M
Hi, I wrote up a mixin that does delete confirmation. I'd put it through testing a while back and everything seemed fine. Recently it has turned up that it's functioning very strangely. On my local machine, it runs as expected. I take in parameters from a TML declaration of the mixin on a Su