hg: openjfx/8/graphics/rt: RT-34624 [Lens] [Touch] Control not always respond to a tap
hang.vo at oracle.com
hang.vo at oracle.com
Tue Dec 3 02:48:17 PST 2013
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
More information about the openjfx-dev
mailing list