]> source.dussan.org Git - vaadin-framework.git/commit
Patch for #5100 - TabSheet keyboard navigation
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Thu, 16 Feb 2012 15:15:28 +0000 (15:15 +0000)
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Thu, 16 Feb 2012 15:15:28 +0000 (15:15 +0000)
commitb85cc4e7915de55f04809627a628dd0d41792960
tree7ddc6a027515b9ce3d967bf4e9e36b728ba7c8c0
parent296138490ec5472d7ef062a56873cb290292551f
Patch for #5100 - TabSheet keyboard navigation

- The active tab button in the tab bar is now focusable by clicking or via tabulator
- When the focus is in the tab bar, the tab can be changed with left and right arrow keys
- Delete key closes the active focused tab if closable
- TODO: programmatic control on server side, configurable keyboard shortcuts

svn changeset:23052/svn branch:6.8
src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java
src/com/vaadin/ui/TabSheet.java