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

Replace all references to cell.cellIndex by $(cell).index() to prevent error #554

Merged
merged 1 commit into from
Mar 27, 2014

Conversation

sylvain-hamel
Copy link
Collaborator

"Unexpected call to method or property access."
see: http://stackoverflow.com/questions/14201168/table-cell-index-problems-in-ie8
closes #551

Mottie added a commit that referenced this pull request Mar 27, 2014
Replace all references to cell.cellIndex by $(cell).index() to prevent error
@Mottie Mottie merged commit a5893d1 into Mottie:master Mar 27, 2014
@Mottie
Copy link
Owner

Mottie commented Mar 27, 2014

Thanks!

@Mottie
Copy link
Owner

Mottie commented Mar 30, 2014

Thanks! I'll have this fixed in the next update.

@sylvain-hamel sylvain-hamel deleted the fix-553 branch March 31, 2014 04:34
@Mottie
Copy link
Owner

Mottie commented Mar 31, 2014

Hey @sylvain-hamel

I ended up removing one reference, and had to fix the other two... I'm not sure how I missed it but the change should have been $(cell).index() and not $(cell).cellIndex.

@bongarang All fixed!

@sylvain-hamel
Copy link
Collaborator Author

@Mottie : That happened when I redid the change on master instead of on 2.10.8. I'm sorry for that. Thanks for fixing it.

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 this pull request may close these issues.

ie8 and cellIndex cause "Unexpected call to method or property access."
3 participants