Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8226225

Unable to zoom in application on touch screen with Java 8 and Windows 10

XMLWordPrintable

    • x86_64
    • windows_10

      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


            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: