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

No "touch-triggered" ScrollEvents in dialogs on linux systems

XMLWordPrintable

    • x86_64
    • linux

      ADDITIONAL SYSTEM INFORMATION :
      Linux
      jdk 8 and above

      A DESCRIPTION OF THE PROBLEM :
      Having a dialog that contains for example a TableView no ScrollEvents are dispatch if you try to scroll the by touching the table content

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      * Create a Dialog that contains a TableView
      * Fill the table with enought data, so that it will be scrollable
      * Open the Dialog e.g in the center of you application
      * Try to scroll the table by touching and dragging the Content of the table

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      tablecontent "scrolls", like on windows
      ACTUAL -
      no scrolling

      CUSTOMER SUBMITTED WORKAROUND :
      no Workaround
      the bug is triggered by com.sun.javafx.tk.quantum.ScrollGestureRecognizer; the methods sendScrollEvent, sendScrollFinishedEvent and sendScrollStartedEvent are called with wrong Parameters. Instead of using centerX and centerY as Parameter the absolut positions (centerAbsX and centerAbsY) are used


      FREQUENCY : always


            pmangal Priyanka Mangal (Inactive)
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: