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

Autoclose issue in IE #11

Open
wishper opened this issue Oct 17, 2012 · 2 comments
Open

Autoclose issue in IE #11

wishper opened this issue Oct 17, 2012 · 2 comments

Comments

@wishper
Copy link

wishper commented Oct 17, 2012

I have an Issue in IE (found in IE9)
If autoclose is used, IE complains about undefined variable

@wishper
Copy link
Author

wishper commented Oct 17, 2012

I've corrected the issue. I'm going to push it, but since I'm totally new to GIT, in case I do some mistake, the correction is the following:

change line 102 from
setTimeout(function(_this) {
to
setTimeout(function() {

@wishper
Copy link
Author

wishper commented Oct 17, 2012

Fixed the autoclose issue, found another similar:
in unload, row
jQuery(window).unbind('resize', function () { this.resize(); }());
"this" has not the method resize
I'm not sure why you unbind a new function, I think you should unbind the function that had been bound at row 98

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

1 participant