-
Bug
-
Resolution: Won't Fix
-
P3
-
8
-
Found on embedded systems, but might be seen also on desktop with touch screen
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.
It seems that sending a MouseEvent.MOVE before MouseEvent.PRESS solve this issue, maybe its because control expect "enter" event before "press".
UsingRT-34624 for temporary fix for Lombard
It seems that sending a MouseEvent.MOVE before MouseEvent.PRESS solve this issue, maybe its because control expect "enter" event before "press".
Using
- relates to
-
JDK-8116423 [Lens] [Touch] Control not always respond to a tap
- Closed