bascoder / jquery-datatables-row-grouping

Automatically exported from code.google.com/p/jquery-datatables-row-grouping
0 stars 0 forks source link

IE8 script error on row collapse #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. IE8 and IE9 in IE8 compatibility mode
2. collapsible/expandable grouping demo 
(http://jquery-datatables-row-grouping.googlecode.com/svn/trunk/collapsibleGroup
s.html)
3. Expand a group

What is the expected output? What do you see instead?
Expected result: group expands
Actual result:
SCRIPT438: Object doesn't support property or method 'indexOf' 
jquery.dataTables.rowGrouping.js, line 323 character 25

What version of the product are you using? On what operating system?
1.2.3, Win7, IE8

Please provide any additional information below.
I would really like to use this addon, but I need IE8 support.  Maybe 
http://api.jquery.com/jQuery.inArray/ would solve this.

Original issue reported on code.google.com by eng...@gmail.com on 18 Jul 2012 at 3:37

GoogleCodeExporter commented 8 years ago
Hi,

I have reproduced the problem and replaced indexOf with inArray. Could you try 
it with the latest version on the live site. It works with my IE now.

Thanks,
Jovan

Original comment by joc...@gmail.com on 22 Jul 2012 at 12:00

GoogleCodeExporter commented 8 years ago
Hi,

I have reproduced the problem and replaced indexOf with inArray. Could you try 
it with the latest version on the live site. It works with my IE now.

Thanks,
Jovan

Original comment by joc...@gmail.com on 22 Jul 2012 at 12:00

GoogleCodeExporter commented 8 years ago
Looks good - thanks Jovan

Original comment by eng...@gmail.com on 23 Jul 2012 at 9:15