diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-12-03 19:14:00 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-12-03 19:14:00 +0000 |
commit | 362efe6fdf7c3a627e3bb7e63c33d21228619e6c (patch) | |
tree | aeb506a9900f616d470edcc8b3afcafe853dc92e /WebContent | |
parent | e84304f70234b3768502e44ef97f88f19e902ea0 (diff) | |
download | vaadin-framework-362efe6fdf7c3a627e3bb7e63c33d21228619e6c.tar.gz vaadin-framework-362efe6fdf7c3a627e3bb7e63c33d21228619e6c.zip |
Packaging fixes
Added open source license and 3rd party licenses
Building new package
svn changeset:3129/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/index.html | 3 | ||||
-rw-r--r-- | WebContent/release-notes.html | 73 |
2 files changed, 39 insertions, 37 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index 7e1a73c860..b33c84564c 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -224,8 +224,7 @@ <div class="library"> <h5>Library</h5> - <p>Contains all you need to start a new Toolkit project (binaries, sources, default - themes and widgetsets). <a href="WEB-INF/lib/itmill-toolkit-<version></version>.jar">Toolkit JAR</a></p> + <p>WEB-INF/lib/itmill-toolkit-<version></version>.jar contains all you need to start a new Toolkit project.</a></p> </div> <div class="documentation"> diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 780e19fd83..15ad8b9a07 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -30,75 +30,78 @@ This document is under construction.</p> <p> <br /> -<h4>Known issues in <version></version></h4> +<h4>Abbreviations</h4> +<p> IE = Internet Explorer, FF = Firefox, SA = Safari, OP = Opera -<br/> +</p> +<h4>Known issues in <version></version></h4> +<p> Starting any demo may take long time (5 seconds) on some environments. Should not affect on "real" environments. -<br/> +</p><p> Table component makes extra requests when disabling/enabling the table (FF only) -<br/> +</p><p> Window: moving / dragging windows should be more usable -<br/> +</p><p> Embedded / Window: embedded (Flash) are rendered through window -<br/> +</p><p> Panel: setComponentError, setIcon, setDescription do not work -<br/> +</p><p> Select: setEnabled(false) still can be edited -<br/> +</p><p> TabSheet: container area width is different to tabs -<br/> +</p><p> setReadOnly(true): issues on multiple components -<br/> +</p><p> Tabsheet: setComponentError, setIcon, setDescription do not work -<br/> +</p><p> Calendar: jumpy, buttons change position -<br/> +</p><p> Select has thin red lines (other widgets are seen through) -<br/> +</p><p> Window / RichTextArea: whole scrolls / jumps up when bold is clicked -<br/> +</p><p> Session: When server is restarted, application hangs (Safari) -<br/> +</p><p> RichTextEditor: setEnabled(false) still can be edited -<br/> +</p><p> SplitPanel: implement spacing -<br/> +</p><p> Form two-columns GridLayout breaks captions. -<br/> +</p><p> Add setMaxLength() to TextField -<br/> +</p><p> Cancelling (big) uploads should be possible -<br/> +</p><p> (Sub-) Window closing should be possible -<br/> +</p><p> QueryContainer must implement Sortable -<br/> +</p><p> QueryContainer should implement Container.Filterable -<br/> +</p><p> QueryContainer should support preparedstatements-type API -<br/> +</p><p> Creating minimized/optimized widgetset still contains default theme (css files) -<br/> +</p><p> Select: when opening selection div it always starts from top even though currently selected value is elsewhere -<br/> +</p><p> Window resize: if mouse hits scrollbar when dragging, cursor dragging state is lost on (SA) -<br/> +</p><p> Tree don't support icons -<br/> +</p><p> Container.Hierarchical.setParent() should be setItemParent() (etc) -<br/> +</p><p> CustomComponent: setVisible(false) does not hide it, setEnabled(false) does not disable it -<br/> +</p><p> RichTextArea performance issues (FF) -<br/> +</p><p> RichTextArea extra scrollbars issues on some layouts (SA) -<br/> +</p><p> DateField.setLocale floods to other components aswell -<br/> +</p><p> Table column selector div may be positioned randomly wrong (IE) -<br/> +</p><p> Error message in Button is not shown (FF) -<br/> +</p> </div> <!-- /getting-started --> |