Closed GoogleCodeExporter closed 8 years ago
Chrome failure is due to bug in V8 - see
http://code.google.com/p/v8/issues/detail?id=103.
Original comment by chris.f....@gmail.com
on 2 Oct 2008 at 9:14
fixed IE issue with hide.
problem now with table.sort, seems to be line 251
var newRows = Array.prototype.slice.call(rows);
error: JScript object expected
Original comment by chris.f....@gmail.com
on 2 Oct 2008 at 10:17
er fixed Chrome issue, seems that I was mis-interpreting the Array.sort()
function.
Original comment by chris.f....@gmail.com
on 3 Oct 2008 at 9:24
IE fixed. I had to work around two IE bugs:
* Array.prototype.slice.call(DOM) doesn't work
* insertBefore(x, undefined) doesn't work.
Original comment by chris.f....@gmail.com
on 3 Oct 2008 at 10:03
Original comment by chris.f....@gmail.com
on 3 Oct 2008 at 10:04
Original issue reported on code.google.com by
chris.f....@gmail.com
on 28 Sep 2008 at 9:34