diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-03-29 13:38:55 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-03-29 13:38:55 +0000 |
commit | b27c47a53020bf2c2831e7de52337ef125c03253 (patch) | |
tree | 17fe91822e52bd5cad302ad4d718229abfb82262 /WebContent/release-notes.html | |
parent | 4d6a1411161e4c8953e52f2d2a0e1b15f391818a (diff) | |
download | vaadin-framework-b27c47a53020bf2c2831e7de52337ef125c03253.tar.gz vaadin-framework-b27c47a53020bf2c2831e7de52337ef125c03253.zip |
Added focus and blur listener info
svn changeset:12189/svn branch:6.3
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 818183b493..26ddb74d32 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -79,6 +79,8 @@ contains a number of significant enhancements.</p> <li>Portlet 2.0 <tt>PortletListener</tt> now includes the active <tt>Window</tt> in all methods for improved multi-window support in portlets (<a href="http://dev.vaadin.com/ticket/4188">#4188</a>)</li> + <li>Focus and blur listeners for <tt>Button,NativeButton,CheckBox,OptionGroup</tt></li> + <li>Many bug fixes including many minor errorneous behavior fixes for containers</li> </ul> |