]> source.dussan.org Git - vaadin-framework.git/commitdiff
documenting that setting size for Upload component is problematic in browsers environ...
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 28 Dec 2009 15:01:31 +0000 (15:01 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 28 Dec 2009 15:01:31 +0000 (15:01 +0000)
svn changeset:10560/svn branch:6.2

src/com/vaadin/ui/Upload.java

index e3512a479539270dc21e156b72f6a5564ddaa7a2..7a3fac9167012dcb94b466d7a3ade0bfc43c2e27 100644 (file)
@@ -49,6 +49,11 @@ import com.vaadin.terminal.gwt.client.ui.VUpload;
  * selected, instead of the common pattern of file selection field and upload
  * button.
  * 
+ * <p>
+ * Note! Because of browser dependent implementations of <input type="file">
+ * element, setting size for Upload component is not supported. For some
+ * browsers setting size may work to some extend.
+ * 
  * @author IT Mill Ltd.
  * @version
  * @VERSION@