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

0x800a138f - Microsoft JScript runtime error: Object expected in IE #4557

Closed
MihaMarkic opened this issue Aug 22, 2012 · 4 comments
Closed
Labels

Comments

@MihaMarkic
Copy link

Hi guys,

I am getting this error in IE9.
Unhandled exception at line 23, column 3 in http://.../bootstrap/js/bootstrap.js

0x800a138f - Microsoft JScript runtime error: Object expected

It happens in bootstrap-transition.js v2.1.0 within !function ($)

It works in Firefox 14 fine.

@bithooked
Copy link

I'm getting the exact same error in IE 8.

@bithooked
Copy link

It took me some digging, but I figured out what is going on here. This isn't a bug in bootstrap, per se. This is a documentation bug. The Getting Started section shows the following templates:

http://twitter.github.com/bootstrap/getting-started.html#html-template

Note that the templates do not include a script link to jQuery. But jQuery is a required dependency. Without it, the bug above shows up. Unfortunately, using the Getting Started guide is not a good way to get started.

@MihaMarkic
Copy link
Author

Indeed. :-) Good catch. I'll leave this thread open until somebody fixes the docs.

@fat
Copy link
Member

fat commented Aug 27, 2012

Hey @MihaMarkic,

Thanks for opening this issue! Unfortunately, it looks like it fails to pass the criteria neccessary for submitting to bootstrap. The following things are currently failing:

  • should include a jsfiddle/jsbin illustrating the problem if tagged with js but not a feature

For a full list of issue filing guidelines, please refer to the bootstrap issue filing guidelines.

thanks!

@fat fat closed this as completed Aug 27, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants