On Wed, 13 Oct 2021 10:52:40 GMT, Fabian Wolter <d...@openjdk.org> wrote:

> There are sometimes multitouch events detected, when only a single touch 
> should be detected under certain conditions. This lead to touch events on 
> previous touch positions.
> 
> The referenced bug is closed with "won't fix" with the justification it would 
> be platform specific. But this is not correct. It affects all Linux platforms 
> combined with a touch controller, which sends the touch events in an 
> uncommon, but valid(!), order.
> 
> We encountered this problem with the touch controller ILI2511 with firmware 
> V6000_V1 in the Tianma display TM070JVHG33. This patch fixes the problem. It 
> is the same patch attached to above bug report.

I can try to look at the test.
Is the `TouchEventLookaheadTest` a good example for writing a TouchEvent test?  
 
https://github.com/openjdk/jfx/blob/c20f6d0f0133a59a982959ee2e48809f30f3130b/tests/system/src/test/java/test/robot/com/sun/glass/ui/monocle/TouchEventLookaheadTest.java#L42

-------------

PR Comment: https://git.openjdk.org/jfx/pull/641#issuecomment-1590831990

Reply via email to