TextField setComponentError tooltip

I´m using vaadin 7 alpha 3.

after command tf.setComponentError (new UserError (“Enter name”)) the exclamation icon appears but the tooltip with the error message does not appear when the mouse goes over the icon.

Any suggestions?

Thanks

Hi,

I am having the same problem but with sub window. It seems like the tooltip will not be displayed for cases below.
case 1 : field validation. error indicator is shown but not the error tooltip.
case 2 : tooltip for button not shown.

any suggestions?

The client-side tooltip handling has been refactored in alpha 3 and it seems that those changes did not properly take sub windows into account. I created
http://dev.vaadin.com/ticket/9172
for the issue.

Thank you for the report!

Thanks! It’s working correctly now.