Vaadin 7 +Chameleon Theme IE9 Issues

Hi,

The vaadin TextField having issues on IE9 only while inserting text like _(Underscores), y,g. Not able to see Unserscore at all.

Could any one please help me on this.

import com.vaadin.ui.TextField;

TextField tfName = new TextField();
tfName.setRequired(true);
tfName.setWidth(
100, Unit.PERCENTAGE);
tfName.setNullRepresentation(“”);
tfName.setMaxLength(64);

I am importing @import “…/chameleon/chameleon.scss”;
Environment Vaadin7 and issues on only IE9.

Thanks,
Samatha