Episodic initialization problems in IE7

Episodic initialization problems in IE7

stjstj Posts: 1Questions: 0Answers: 0
edited February 2012 in Bug reports
Hi people,

I'm experiencing some really strange problems that are reproducible with one of the examples on this page:
http://datatables.net/release-datatables/examples/ajax/ajax.html

From time to time, the dynamically created DOM elements in the table seem to be corrupt. The table structure seems to be missing some elements. I can reproduce the problem repeatidly by pushing F5 in the URL above. I detect the problem by not being able to select the TD elements using the developer tools.

I'm not sure if this could have anything to do with the problem, but when I try saving the DOM, IE7 and IE9 produce different results for TR elements (among other things)

IE7:
[code]

[/code]


IE9:
[code]

[/code]


Does anyone have a good idea for a solution?


Best regards,
Simon
This discussion has been closed.