-
Bug
-
Resolution: Unresolved
-
P3
-
8u172, 10, 11, 13, 14
A DESCRIPTION OF THE PROBLEM :
On windows 7, whatever java version used, on gesture "pinch" on a touch screen, application receives some MOUSE_WHEEL awt events, which leads to a zoom action.
On windows 10, with java version 1.8.0_112, on gesture "pinch" on a touch screen, application receives some MOUSE_WHEEL awt events, which leads to a zoom action.
On windows 10, with java version 1.8.0_181, on gesture "pinch" on a touch screen, application receives only MOUSE_DRAGGED awt events, which can't lead to a zoom action...
So with windows 10 and java version 1.8.0_181, user is not able to zoom with a gesture on a touch screen. And application has no way to detect it is a multi touche action.
FREQUENCY : always
On windows 7, whatever java version used, on gesture "pinch" on a touch screen, application receives some MOUSE_WHEEL awt events, which leads to a zoom action.
On windows 10, with java version 1.8.0_112, on gesture "pinch" on a touch screen, application receives some MOUSE_WHEEL awt events, which leads to a zoom action.
On windows 10, with java version 1.8.0_181, on gesture "pinch" on a touch screen, application receives only MOUSE_DRAGGED awt events, which can't lead to a zoom action...
So with windows 10 and java version 1.8.0_181, user is not able to zoom with a gesture on a touch screen. And application has no way to detect it is a multi touche action.
FREQUENCY : always