]> source.dussan.org Git - vaadin-framework.git/commit
TabSheet focus/blur API improvement (#14304)
authorBogdan Udrescu <bogdan@vaadin.com>
Fri, 15 Aug 2014 13:05:53 +0000 (16:05 +0300)
committerBogdan Udrescu <bogdan@vaadin.com>
Mon, 18 Aug 2014 04:53:09 +0000 (04:53 +0000)
commit035f82020a9d82d0d5ab6206f8d3ad606011c65a
tree923ad7c7ea398e84c8e230b2b80288d154735191
parent4556b4e80b4334d581d010089293219b4f42d438
TabSheet focus/blur API improvement (#14304)

Simplify the new inner API in the VTabSheet which solves the
focus/blur issue.

The blur and focus events should be linked with the TabSheet
component as a whole. Any click inside the TabSheet should
trigger one single focus and any leave the blur.

Change-Id: I90dd05f056441920a286b6debdc288fb1a9a7e10
client/src/com/vaadin/client/ui/VTabsheet.java