]> source.dussan.org Git - vaadin-framework.git/commitdiff
temporarily disabled focus-button from feature browser until #211 is fixed
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Mon, 29 Jan 2007 14:16:36 +0000 (14:16 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Mon, 29 Jan 2007 14:16:36 +0000 (14:16 +0000)
svn changeset:347/svn branch:toolkit

src/com/itmill/toolkit/demo/features/PropertyPanel.java

index 23b6df3ef7bf8705612fb9e1e17b8332503a98f4..1212271b294b8d95b888627508f0f3a8cc3705db 100644 (file)
@@ -307,12 +307,15 @@ public class PropertyPanel
 
        /** Field special properties */
        private void addFieldProperties() {
+               // TODO This is temporarily disabled, until bug #211 is fixed
+               /*
                Form set = new Form(new GridLayout(COLUMNS, 1));
                set.addField("focus", new Button("Focus", objectToConfigure, "focus"));
                set.getField("focus").setDescription(
                        "Focus the cursor to this field. Not all "
                                + "components and/or terminals support this feature.");
                addProperties("Field Features", set);
+               */
        }
 
        /** Add and remove some miscellaneous example component to/from component container */