diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-12-09 09:40:51 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-12-09 09:40:51 +0200 |
commit | 0e08e671f9fd85d8396abafcbd14dc6803823987 (patch) | |
tree | 55bd62bd03d148e759c74bfe05d3a2472f7d87f8 /WebContent | |
parent | c6b6e3f972bf6a25f94be11c7dcc0b0a57943523 (diff) | |
parent | ccdef3ddfd79938215cadc947b08a73faf5d0788 (diff) | |
download | vaadin-framework-0e08e671f9fd85d8396abafcbd14dc6803823987.tar.gz vaadin-framework-0e08e671f9fd85d8396abafcbd14dc6803823987.zip |
Merge remote branch 'origin/6.8'
Conflicts:
src/com/vaadin/Application.java
src/com/vaadin/data/Property.java
src/com/vaadin/data/util/PropertyFormatter.java
src/com/vaadin/terminal/ParameterHandler.java
src/com/vaadin/terminal/URIHandler.java
src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java
src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java
src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java
src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java
src/com/vaadin/ui/Field.java
src/com/vaadin/ui/LoginForm.java
src/com/vaadin/ui/UriFragmentUtility.java
Diffstat (limited to 'WebContent')
-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 574c3792ef..6c26efd791 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 |