]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix for #3534 - Prompting should be completely disabled in com.vaadin.terminal.gwt...
authorArtur Signell <artur.signell@itmill.com>
Tue, 16 Feb 2010 09:07:28 +0000 (09:07 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 16 Feb 2010 09:07:28 +0000 (09:07 +0000)
svn changeset:11331/svn branch:6.2

src/com/vaadin/terminal/gwt/client/ui/VTextField.java

index fe2c03496cc89476c8a03aee2ce963909dc3f959..f4bc96f66af1de17c6ec7b9e97f502d17a67b221 100644 (file)
@@ -218,6 +218,7 @@ public class VTextField extends TextBoxBase implements Paintable, Field,
         if (prompting) {
             setText("");
             removeStyleDependentName(CLASSNAME_PROMPT);
+            setPrompting(false);
             if (BrowserInfo.get().isIE6()) {
                 // IE6 does not show the cursor when tabbing into the field
                 setCursorPos(0);