summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-04-08 08:27:22 +0000
committerArtur Signell <artur.signell@itmill.com>2010-04-08 08:27:22 +0000
commitf36a67cc3ebf02d786ff25b032e6d76cff9c9070 (patch)
treec2997828c61f79bab21edb4a8979da08d0ad91af
parentc7875c0fcdab4f3ab0e929e3a2338262b48381ad (diff)
downloadvaadin-framework-f36a67cc3ebf02d786ff25b032e6d76cff9c9070.tar.gz
vaadin-framework-f36a67cc3ebf02d786ff25b032e6d76cff9c9070.zip
Update changelog
svn changeset:12379/svn branch:6.2
-rw-r--r--WebContent/release-notes.html16
1 files changed, 4 insertions, 12 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index 9aee446542..b65b65ee97 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -55,18 +55,10 @@ 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/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/3935">#3935</a>: DateField does not update contents when locale is changed</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/4004">#4004</a>: PopupDateField - Wrong tabIndex for popup button</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>
- <li><a href="http://dev.vaadin.com/ticket/4333">#4333</a>: VScrollTable throws NPE on component cleanup</li>
+ <li><a href="http://dev.vaadin.com/ticket/4351">#4351</a>: CssLayout does not notify its relative children properly on size changes</li>
+ <li><a href="http://dev.vaadin.com/ticket/4373">#4373</a>: Menubar causes javascript exception in IE7</li>
+ <li><a href="http://dev.vaadin.com/ticket/4440">#4440</a>: Table column reordering (again)</li>
+ <li><a href="http://dev.vaadin.com/ticket/4460">#4460</a>: SplitPanel: add getters for the position (and unit) of the splitter on the server side component</li>
</ul>
<h2><a name="widgetupgrade">Upgrading from an Earlier Version of Vaadin 6</a></h2>