Changeset: 5da49a57a37f
Author:    Assaf Yavnai
Date:      2013-12-03 12:38 +0200
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5da49a57a37f

RT-34624 [Lens] [Touch] Control not always respond to a tap

Summary:Sometime when taping over a control it doesn't get selected, but rather 
just get the internal focus (painted in blue, for example) and another tap 
needed to actually select/activate it.sending a MouseEvent.MOVE before 
MouseEvent.PRESS solve this issue.

Tested-with: HelloSanity, LensInputTest, Ensemble8

Reviewed-by: dblaukop

! modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c
! modules/graphics/src/main/native-glass/lens/wm/LensWindowManager.c

Reply via email to