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

Cell selection fails on iOS most of the times

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • jfx15
    • jfx15
    • javafx
    • aarch64
    • iOS

    Description

      On iOS, a touch event should trigger the cell selection. This happens if the touch event has only a pair of touch_event_begin (touchesBegan) and a touch_event_end (touchesEnded) events.

      However, most of the times, the OS produces a series of touchesMoved events in between, even if the location of the touch event doesn't change at all.

      Whenever this happens, a drag event is fired, and this cancels the cell selection (in CellBehaviorBase).

      Attachments

        Issue Links

          Activity

            People

              jpereda Jose Pereda
              jpereda Jose Pereda
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: