]> source.dussan.org Git - vaadin-framework.git/commitdiff
Updated Release Notes for Vaadin 6.2.6 release.
authorMarko Grönroos <magi@iki.fi>
Fri, 12 Mar 2010 14:17:16 +0000 (14:17 +0000)
committerMarko Grönroos <magi@iki.fi>
Fri, 12 Mar 2010 14:17:16 +0000 (14:17 +0000)
svn changeset:11826/svn branch:6.2

WebContent/release-notes.html

index 646b0771fddaaab810c1ed526b4485ae981e4514..afd2fc09e9ca39add1e88c6b947fc86cdb1750ea 100644 (file)
@@ -55,14 +55,15 @@ widget sets and refresh your project in Eclipse. If you are upgrading from earli
 <p>The following closed issues have been included in this release:</p>
        
 <ul>
-  <li><a href="http://dev.vaadin.com/ticket/3534">#3534</a>: Prompting should be completely disabled in com.vaadin.terminal.gwt.client.ui.VTextField.onFocus(...)</li>
-  <li><a href="http://dev.vaadin.com/ticket/3860">#3860</a>: FileResource.getStream should not consume FileNotFoundException</li>
-  <li><a href="http://dev.vaadin.com/ticket/4204">#4204</a>: CssLayout throws ClassCastException when removing component with caption</li>
-  <li><a href="http://dev.vaadin.com/ticket/4205">#4205</a>: Client side exceptions/errors are not always shown</li>
-  <li><a href="http://dev.vaadin.com/ticket/4206">#4206</a>: Setting scroll position doesn't work with Webkit browsers</li>
-  <li><a href="http://dev.vaadin.com/ticket/4215">#4215</a>: HierarchicalContainer/ContainerHierarchicalWrapper.isRoot returns true for items not in container</li>
-  <li><a href="http://dev.vaadin.com/ticket/4216">#4216</a>: HierarchicalContainer/ContainerHierarchicalWrapper.areChildrenAllowed returns true for items not in container</li>
-  <li><a href="http://dev.vaadin.com/ticket/4222">#4222</a>: Window.removeListener(CloseListener) does not remove listener</li>
+  <li><a href="http://dev.vaadin.com/ticket/2625">#2625</a>: Allow SplitPanel to keep percentage split size after dragging</li>
+  <li><a href="http://dev.vaadin.com/ticket/3089">#3089</a>: ComboBox + IE7, using Item Icons, the Icons are initially rendered on the top of the text</li>
+  <li><a href="http://dev.vaadin.com/ticket/3322">#3322</a>: SplitPanel with split position 100% doesn't resize correctly</li>
+  <li><a href="http://dev.vaadin.com/ticket/3407">#3407</a>: Sub window higher than the browser window produces extra scrollbars for a relative sized child</li>
+  <li><a href="http://dev.vaadin.com/ticket/3991">#3991</a>: Select with icons shown wrong in IE8 upon first render</li>
+  <li><a href="http://dev.vaadin.com/ticket/4109">#4109</a>: Open MenuBar menu does not disappear if user hits the back button</li>
+  <li><a href="http://dev.vaadin.com/ticket/4263">#4263</a>: DateField - returning valid Date in handleUnparsableDateString method works only at the first attempt</li>
+  <li><a href="http://dev.vaadin.com/ticket/4266">#4266</a>: Immediate upload button broken in Opera 10</li>
+  <li><a href="http://dev.vaadin.com/ticket/4304">#4304</a>: Resetting the value in DateField.handleUnparsableDate does not update the client side text</li>
 </ul>
 
 <h2><a name="widgetupgrade">Upgrading from an Earlier Version of Vaadin 6</a></h2>