Table column header on IE7 and IE8

Hello!
I have another problem! On IE7 and IE8, the column header name doesn’t appear or is shifted.
Is it a known problem?
Julie

Should be working ok. Please post a ticket with test case to dev.vaadin.com.

I found where was the problem. In the theme reindeer, I change the styles.css file :

.v-table {
	overflow: hidden;
	text-align: left; /* Force default alignment */
}

by

.v-table {
	overflow: hidden;
	text-align: center; /* Force default alignment */
}

I works fine in all browser but not in IE.

Julie

Please write a ticket with test-case and screenshot. With a bug report that defines the exact problem we have a change to fix the issue.

(CSS problems are most often caused by custom themes - test cases using the defaut themes show if the problems are indeed in the framework)