diff options
author | Anna Koskinen <anna@vaadin.com> | 2014-10-16 13:37:48 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2015-01-30 13:12:14 +0000 |
commit | e88f71dd6d1d7634e3a90a7e53859ff6dc028e21 (patch) | |
tree | 8ac7f9b413734fdc7a223ae919ba416f70b57fe0 /WebContent/release-notes.html | |
parent | 6f0817fbe7ad064b4a7d38db341575f02efc193b (diff) | |
download | vaadin-framework-e88f71dd6d1d7634e3a90a7e53859ff6dc028e21.tar.gz vaadin-framework-e88f71dd6d1d7634e3a90a7e53859ff6dc028e21.zip |
Moved accessibility shortcut handling to server-side. [#14843]
Also allowed multiple shortcuts for closing Window.
Change-Id: I35280ad1553af10ae54bc001e5707357f206b0ee
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 8e6385684f..6cedeb1e21 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -137,6 +137,8 @@ <li>The semantics of empty and required for Field classes has been made more consistent. This mainly affects Checkbox which is now considered to be empty when it is not checked.</li> <li>The previously inconsistent behavior in HTML vs plain text rendering of Calendar event captions has been made consistent.</li> <li>Support for Opera 12 has been dropped. Newer versions based on the Blink rendering engine are still supported.</li> + <li>Window's accessibility shortcut was moved to server-side. Now setCloseShortcut overrides the default value, while addCloseShortcut can be used to add more than one shortcut key for closing the window. + The protected value closeShortcut in Window was removed.</li> </ul> <h3 id="knownissues">Known issues</h3> <ul> |