diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2011-05-02 11:56:01 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2011-05-02 11:56:01 +0000 |
commit | 9bd406426dd1600123c9f168bf9904ff1df7a9ac (patch) | |
tree | 5ce4bac100a11f4d5833b88741ce16caa59e442c /WebContent/release-notes.html | |
parent | 7d3f0caf08e4f75dbdb4e5dc0dd16b1352681ab1 (diff) | |
download | vaadin-framework-9bd406426dd1600123c9f168bf9904ff1df7a9ac.tar.gz vaadin-framework-9bd406426dd1600123c9f168bf9904ff1df7a9ac.zip |
Mentioning #6724 in release notes.
svn changeset:18578/svn branch:6.6
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index de1f99f3a2..2a063f788b 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -73,6 +73,7 @@ contains a number of significant enhancements.</p> <ul> <li>The <tt>addContainerFilter()</tt> in <b>Container.Filterable</b> no longer accepts a filter string as a parameter, but a <b>Filter</b> object.</li> <li><tt>DateField</tt>s no longer sets invalidAllowed(false) by default. The new behavior is consistent with all other fields in Vaadin and with DateField in Vaadin 6.3 and earlier.</li> + <li>Top level windows no more gain focus automatically when the application is loaded in embedded hosting solutions like in Portals. Thus keyboard shortcuts might not work until a Vaadin component is focused either by user or via the server side API. (<a href="http://dev.vaadin.com/ticket/6724">#6724</a>)</li> </ul> <h3>Change Log, Future Releases, and Upgrading</h3> |