Issue 9: Table borders glitch in IE8
Status:  Accepted
Owner:
Project Member Reported by mbhoneyc...@gmail.com, May 24, 2010
The table borders sometimes shift by one pixel in IE 8 when scrolling, 
resizing, or even simply selecting text from the table.  Supposedly it can be 
fixed using this script:

table.style.display = 'none';  setTimeout(function(){   table.style.display = 
'';  }, 10);