]> source.dussan.org Git - vaadin-framework.git/commitdiff
Updated Release Notes for Vaadin 6.2.5 release.
authorMarko Grönroos <magi@iki.fi>
Fri, 26 Feb 2010 11:29:01 +0000 (11:29 +0000)
committerMarko Grönroos <magi@iki.fi>
Fri, 26 Feb 2010 11:29:01 +0000 (11:29 +0000)
svn changeset:11534/svn branch:6.2

WebContent/release-notes.html

index d05e76b03a8be6c621d697e180f28dd32df7f5d7..646b0771fddaaab810c1ed526b4485ae981e4514 100644 (file)
 containing a number of important fixes. The fixes are listed in the <a
 href="#changelog">Change Log</a> below.</p>
 
-<p>Important changes:</p>
-
-<ul>
-  <li><i>API feature in Portlet 2.0 support has been reverted</i> (<a href="http://dev.vaadin.com/ticket/4143">#4143</a>)</li>
-  <ul>
-
-    <li>Vaadin 6.2.1 introduced a possibility to associate a portlet
-               mode with a window, which would simplify switching a portlet to
-               another mode. This worked by adding an application-level window with a
-               name that matches the mode name, such as "edit". You could acquire the
-               mode name with, for example, <tt>PortletMode.EDIT.toString()</tt>.</li>
-
-    <li>The feature leads to an identity problem when a window with the
-               same name is open in more than one browser window, causing
-               a synchronization error.</li>
-
-       <li>Reverting this feature breaks backward compatibility with the
-               Portlet 2.0 support in Vaadin versions 6.2.1 to 6.2.3</li>
-
-    <li>The Portlet 2.0 support is now compatible with Vaadin 6.2.0.</li>
-  </ul>
-</ul>
-
 <p>For recent major enhancements, see the <a
 href="http://vaadin.com/download/release/6.2/6.2.0/release-notes.html">Release
 Notes for Vaadin 6.2.0</a>.</p>
@@ -78,13 +55,14 @@ 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/3377">#3377</a>: VNativeButton clicklistener should be overridable</li>
-  <li><a href="http://dev.vaadin.com/ticket/3808">#3808</a>: Document  HttpServletRequestListener</li>
-  <li><a href="http://dev.vaadin.com/ticket/3974">#3974</a>: "IE reports ""xyzproject.gwt.client.XYZWidgetSet is already inited."" as an error"</li>
-  <li><a href="http://dev.vaadin.com/ticket/4021">#4021</a>: Embedded does not correctly pass through parameters</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/4143">#4143</a>: Windowing support broken in portlet 2.0</li>
-  <li><a href="http://dev.vaadin.com/ticket/4156">#4156</a>: DateField popup looks broken in base-theme</li>
+  <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>
 </ul>
 
 <h2><a name="widgetupgrade">Upgrading from an Earlier Version of Vaadin 6</a></h2>