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

Cell selection fails on iOS most of the times

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • jfx15
    • jfx15
    • javafx
    • aarch64
    • iOS

      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).

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

              Created:
              Updated:
              Resolved: