]> source.dussan.org Git - vaadin-framework.git/commitdiff
#5377
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 21 Jul 2010 07:50:33 +0000 (07:50 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 21 Jul 2010 07:50:33 +0000 (07:50 +0000)
svn changeset:14280/svn branch:6.4

tests/src/com/vaadin/tests/components/form/FormFieldCaptionsStyles.java

index c92e31b97c65fb5015d519ac5288e803eafdfb05..863d4b5b80e071a8ca7cf8c2faf237d473699bf6 100644 (file)
@@ -28,6 +28,8 @@ public class FormFieldCaptionsStyles extends TestBase {
 
         TextField field4 = new TextField("Disabled");
         field4.setEnabled(false);
+        field4.addStyleName("foobar"); // no visible change, but points out
+        // a regression #5377
         layout.addComponent(field4);
 
         addComponent(layout);