]> source.dussan.org Git - vaadin-framework.git/commit
Fix the missing focus and blur implementations (#9269)
authorKnoobie <Knoobie@gmx.de>
Tue, 9 May 2017 06:39:25 +0000 (08:39 +0200)
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>
Tue, 11 Jul 2017 07:01:02 +0000 (10:01 +0300)
commitfea35cd240037102be909fe06998799fbb23d316
tree7c42b7364966be63243eab71c5f1255599e63c7c
parenta2bfb4343b2ba533e253f1eda87bccf82e745d6a
Fix the missing focus and blur implementations (#9269)

Add (FieldEvents.FocusNotifier & FieldEvents.BlurNotifier) in AbstractTextField.
The fields TextField, TextArea and PasswordField are the only focusable input fields where this Implementation is missing.
server/src/main/java/com/vaadin/ui/AbstractTextField.java