IE8 Invalid Argument with FixedColumns.js
IE8 Invalid Argument with FixedColumns.js
Getting an error only in IE 8, not IE 9/10 or FF on two different line no's
What can I do to get around it? Seems as though I have to be able to support IE 8 (I wish I didn't)
[code]
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; Tablet PC 2.0)
Timestamp: Wed, 20 Mar 2013 11:47:20 UTC
Message: Invalid argument.
Line: 938
Char: 4
Code: 0
URI: http://localhost/SearchResults9/extras/FixedColumns/media/js/FixedColumns.js
Message: Invalid argument.
Line: 852
Char: 5
Code: 0
URI: http://localhost/SearchResults9/extras/FixedColumns/media/js/FixedColumns.js
[/code]
What can I do to get around it? Seems as though I have to be able to support IE 8 (I wish I didn't)
[code]
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; Tablet PC 2.0)
Timestamp: Wed, 20 Mar 2013 11:47:20 UTC
Message: Invalid argument.
Line: 938
Char: 4
Code: 0
URI: http://localhost/SearchResults9/extras/FixedColumns/media/js/FixedColumns.js
Message: Invalid argument.
Line: 852
Char: 5
Code: 0
URI: http://localhost/SearchResults9/extras/FixedColumns/media/js/FixedColumns.js
[/code]
This discussion has been closed.
Replies
Allan
The One case where I have FixedColumns only on a page, I am able to get around this error in IE8 with the 2.5.0 version of the FixedColumns and the latest juery. However in that scenario, I am noticing issues where the columns on the non fixed portion are sometimes hidden underneath the fixed portion and cannot be scrolled to. (just fyi for your testing)
I cannot move to the latest jquery with the specific situation mentioned where all 3 are there since with the latest jquery the ColVis has an issue with the Disabling of the screen.
I will see what I can do to get this on the live site and will let you know if/when it's there.
Thanks for all this. You have done a great job with this library I must say.
[code]
http://live.datatables.net/evuwim/4
[/code]
> However in that scenario, I am noticing issues where the columns on the non fixed portion are sometimes hidden underneath the fixed portion and cannot be scrolled to. (just fyi for your testing)
Can I get a test case showing that please?
Allan
simply un-maximize the browser once the grid is populated (I'm using Ajax to do so) and notice the FixedColumn porition is now smaller and has a fixed width and height .. .the other part of the grid is resized based on the new browser size and part of it is now hidden underneath. I actually see a variation of this in the 2.0.3 as well. But in 2.5 it's more pronounced.