-
Notifications
You must be signed in to change notification settings - Fork 132
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
IE9 Issue on the Morph button #1
Comments
starting from line 115: if( support.transitions ) {
this.contentEl.addEventListener( transEndEventName, onEndTransitionFn );
}
else {
onEndTransitionFn();
} So when there's no And when you look at the line 90, there's: if( ev.target !== this ) return false; So the |
did you success in IE9 as, I am having the same issue... IE9 is not behaving good to me. can this has any way to work on IE9? looking forward to resolve this issue. |
Any update for this plugin, |
Hope someone is working for IE9 issues to fix..
|
Here is my quick fix: Update this function:
to this and it will work with IE9 without special effects
Further more, this code makes I have used some jQuery functions in above code but can be easily replaced with classie. Cheers. |
hey @maddy2get not working in IE 9 |
Tried it but unfortunately its not working :( On 16 September 2014 18:12, vimmynegi [email protected] wrote:
|
uiMorphingButton_fixed.js
Error in console IE9:
Line: 90
Error: Unable to get property 'target' of undefined or null reference
help to fix
The text was updated successfully, but these errors were encountered: