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

blocker is not always defined. #46

Closed
RatchetCode opened this issue Jun 29, 2013 · 2 comments · May be fixed by #63
Closed

blocker is not always defined. #46

RatchetCode opened this issue Jun 29, 2013 · 2 comments · May be fixed by #63
Labels

Comments

@RatchetCode
Copy link

unblock: function() {
this.blocker.remove();
Uncaught TypeError: Cannot call method 'remove' of undefined
},

The modal works in chrome and firefox but it won't work in IE with until this error gets resolved. Any ideas?

@kylefox
Copy link
Owner

kylefox commented Jun 30, 2013

I can't think of the cause off the top of my head. Could you create a publicly-accessible test case which demonstrates the bug, and also specify which versions of IE are affected? Thanks.

@lulalala
Copy link

I have similar issue when the target url returns 500 or 404.

To reproduce:

  • go to the demo page
  • use Firebug to point the ajax example to a non-existent uri
  • click the link the first time
  • then click that link the second time, and Javascript error will be raised.

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

Successfully merging a pull request may close this issue.

3 participants