At this point, I think we need to see some code.
--- In [email protected], Eric Dunn <ed...@...> wrote: > > I set break points on the method that launches the pop up. The break point never hits. > > I delete a schedule, pop up closes. I then try to delete another schedule and the schedule is deleted, I see the confirmation result (alert) and the window does not close and the breakpoint never stops the code. > I am seeing that if I select another schedule, the deletion function is still active... meaning, that once I select another schedule, it is automatically deleted. Looks like I am not cleaning up, leaving event listeners active...

