Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activate / deactivate Bind Error in IE #2

Closed
ahunt-xx opened this issue Sep 7, 2010 · 2 comments
Closed

Activate / deactivate Bind Error in IE #2

ahunt-xx opened this issue Sep 7, 2010 · 2 comments

Comments

@ahunt-xx
Copy link

ahunt-xx commented Sep 7, 2010

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.

@dominicbarnes
Copy link
Owner

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.

Thanks, a new commit will be coming soon

@dominicbarnes
Copy link
Owner

All right, check out the latest batch of commits, you will find your change there :)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants