-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
respond.js does not work in IE8 w/ CDN #11003
Comments
X-Ref: #10989 |
Probably not worth mentioning in the doc, but did come across another issue that sapped some time: scottjehl/Respond#229 |
We also should include a note whenever we refer to our local copy in our examples. |
Maybe the docs just need to include a general note to refer to the Respond.js docs for help with media query troubles in IE8 and below? Otherwise the Bootstrap docs would probably end up replicating most of the Respond docs over time which doesn't seem maintainable or efficient. |
A general note about would also help resolve #11019 and some similar pull requests as well. |
Hi, I lost a lot of time trying to figure out why our CDN setup with bootstrap 3 didn't work in IE8. It turns out respond.js requires a special setup when using a CDN, as explained in its readme: https://github.com/scottjehl/Respond/blob/master/README.md
I think these instructions should be included in the "supported browsers" section of bootstrap's documentation so others don't have to go through the nine circles of debugging hell like I had to.
The text was updated successfully, but these errors were encountered: