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

array.indexOf does not work in IE8 #2

Closed
pdc opened this issue May 17, 2012 · 1 comment
Closed

array.indexOf does not work in IE8 #2

pdc opened this issue May 17, 2012 · 1 comment
Assignees
Labels

Comments

@pdc
Copy link
Owner

pdc commented May 17, 2012

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; MS-RTC LM 8)
Timestamp: Thu, 17 May 2012 11:03:02 UTC

Message: Object doesn't support this property or method
Line: 73
Char: 13
Code: 0
URI: http://static.kanbo.me.uk/js/board.js

Message: Object doesn't support this property or method
Line: 73
Char: 13
Code: 0
URI: http://static.kanbo.me.uk/js/board.js

Message: Object doesn't support this property or method
Line: 73
Char: 13
Code: 0
URI: http://static.kanbo.me.uk/js/board.js

-----8<-----cut here-----8<-----

The propery or method in question is Array.indexOf. See

http://soledadpenades.com/2007/05/17/arrayindexof-in-internet-explorer/

@ghost ghost assigned pdc May 17, 2012
@pdc
Copy link
Owner Author

pdc commented Jun 18, 2012

Rejigged the JavaScript code to avoid using indexOf

@pdc pdc closed this as completed Jun 18, 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

1 participant