diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-11-14 05:59:19 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-11-14 05:59:19 +0000 |
commit | 1ba941491e0d919fd56e6aa4bba3a46185346f36 (patch) | |
tree | 252fa62fceb5a27791a9ae3e9ca146082ae4bb5d /WebContent/release-notes.html | |
parent | bbdde30e0a5f3be888f99337409606b3351d5981 (diff) | |
download | vaadin-framework-1ba941491e0d919fd56e6aa4bba3a46185346f36.tar.gz vaadin-framework-1ba941491e0d919fd56e6aa4bba3a46185346f36.zip |
Tickets for 6.7.2
svn changeset:21978/svn branch:6.7
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index b05a5e1548..72b961bedb 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -231,21 +231,18 @@ <h2 id="fixes">Fixes in Vaadin @version@</h2> <p> - #7788 Field.setProperyDatasource() does not reflect value for 6.7.0<br/> - #7479 Vaadin apps cannot current be deployed on IBM WebSphere v8<br/> - #7724 TextField with PropertyFormatter did not repaint in 6.7.0 (event with requestRepaint() call)<br/> - #7731 Javascript error when adding an item to an empty Table when setColumnWidth is used<br/> - #7776 AbstractField don't respect value change events from property during commit<br/> - #7778 Table rendering problem<br/> - #6588 Repainting in TextChangeListener will send wrong value to client.<br/> - #7720 TreeTable doesn't get refreshed if all entries are removed<br/> - #7738 Slashes or backslahes in ApplicationResources URLs should not be encoded<br/> - #7753 TreeTable gets into a state that causes internal error when getChildren throws an exception.<br/> - #3710 Width is miscalculated for the footer layouts in forms of undefined size<br/> - #7548 TestBench pressSpecialKey (arrows) doesn't work on Tree in IE6<br/> - #7708 DragAndDropWrapper.setDescription("foo") does not work<br/> - #7736 Logging level of SqlContainer is too high<br/> - #7755 Debug window "highlight component" does not work with sub windows<br/> + #7852 TreeTable partial update throws NegativeArraySizeException<br/> + #3125 Portlet size is not updated when window is resized<br/> + #7780 TreeTable rendering problem when adding or removing nodes<br/> + #7836 Table repaint throws ArrayIndexOutOfBounds when using FileSystemContainer<br/> + #5562 Widgetset build throws an exception while throwing an exception<br/> + #7698 FileSystemContainer throws NPE when a directory cannot be read<br/> + #7790 table.requestRepaint() does not invoke cellStylesGenerators<br/> + #7822 Loading Vaadin application in JBoss AS 7 throws java.lang.LinkageError<br/> + #7823 JBoss 7 AS can't load FlagSeResource<br/> + #7839 Out of Sync error when using Generated Columns with TreeTable<br/> + #7918 Test with Firefox 8 + #7923 Shrinking browser window not detected if resizeLazy is enabled<br/> </p> <p> The <a href="http://dev.vaadin.com/query?status=closed&type=defect&milestone=Vaadin%20@version@">full |