We have a text item that has a style and setShowHintInField(true). After typing an input, the text item still shows the hint style.
We just upgraded to 4.1p 20140407. It was working before with 4.0p 20140115.
FF26. GWT 2.5.1
Code:
TextItem item = new TextItem("name"); item.setTextBoxStyle("style"); item.setHint("Type here"); item.setShowHintInField(true);
FF26. GWT 2.5.1
Comment