Search code examples
c#asp.netinternet-explorer-9repeater

What could cause a table hierarchy to render incorrectly in IE9?


I have a bunch of nested ASP.net repeaters, which each generate table structures when I link the outermost repeater to an Object data-structure that I have made. It renders exactly how I would expect when run in Chrome, Firefox, or IE9 (in compatibility mode).

But when I run it in regular old IE9, seemingly random spaces will appear in the tables, containing no data, and sometimes even running off the outermost border of the table itself.

All I am wondering is if anyone has any possible ideas as to what could cause such peculiar behavior or heard of similar issues?


Solution

  • This seems to be a known bug in IE9 that is caused by spaces between table cells. Please see this answer for a solution. https://stackoverflow.com/a/6230802/84236