-
Notifications
You must be signed in to change notification settings - Fork 22
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
version 0.2 IE object does not support error #2
Comments
Workaround is to set What version of IE are you using? I'd like to try to reproduce this and understand what's happening.
|
base version is 9, but switching between version rendering in dev tools - fairly consistent error. |
Does this work?
|
i will have to look into it over the weekend... deadline with client project right now... sorry. |
Fixed with 0.2.1 |
I experienced this issue, using 0.2.1.min.js, in IE8. It rendered one image (The first one) and then failed to render any others. Full error: Using your workaround of setting verbose:false has made it work, but I thought you'd want to know so you can potentially address it in a future version. |
So |
Not sure what you mean by window.console.log being defined but not a function... I can console.log things if I want to? There are a few other libraries in play but nothing I'd expect to interfere with slimmage directly... jQuery (1.10.0), modernizr (2.6.2-respond-1.1.0), selectivizr (1.0.2)... |
Got more info. It looks like some IE dev tools are defining |
0.2.2 should provide the fix. Got sidetracked by a typo in the demo html. By the way - |
yeah, i just got burned on another project with console.log... fyi... it no worky in Safari either - meaning reference to console.log :( |
Are you having problems with 0.2.2 in Safari, or was it just a general observation? |
general observation related to console.log... have not used 0.2.2 yet. |
Closed as fixed in 0.2.2 |
slimage.js, line 13 character 78
SCRIPT438: Object doesn't support property or method 'apply'
oddly it is rendering some of the images, then it errors. Any thoughts?
The text was updated successfully, but these errors were encountered: