This problem exists with NWW installed on windows 10 workstation, using java 1.8.0_181. On windows 7, whatever java version used, on gesture "pinch" on a touch screen, NWW 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, TC2 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, TC2 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.
Anybody observed the same behaviour and found a solution ?
On windows 10, with java version 1.8.0_112, on gesture "pinch" on a touch screen, TC2 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, TC2 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.
Anybody observed the same behaviour and found a solution ?
Comment