You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I bind an activate / deactivate function, it gets called anytime focus is off the steps div. Example: I have a select box in one step, if I click it to open it, I get my alert that the step is deactivated without clicking the next button. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Oh wow, I just discovered there are existing events in IE called "activate" and "deactivate"! (http://msdn.microsoft.com/en-us/library/ms533051(VS.85).aspx) As a result, any form elements inside the wizard will trigger this event, and it bubbles up to the steps themselves.
In that case, I'm going to have to rename these events. Thanks for the heads-up! Being a Linux guy myself, I don't get to test IE as thoroughly as I should.
When I bind an activate / deactivate function, it gets called anytime focus is off the steps div. Example: I have a select box in one step, if I click it to open it, I get my alert that the step is deactivated without clicking the next button. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: