IE9 / IE10 handled when hiding labels with different cell borders

I found an error in IE9 and IE10 to preview the platform. My code contains a simple table with a little style, the cells in the first column have different borders. If I hide the last line using simple javascript, IE will crash.

Example: http://jsfiddle.net/ZT6wm/2/

Does anyone have a workaround idea?

+4
source share

All Articles