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

[macos] Touch screen event might not be working on 10.12.1+

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • 9
    • javafx

      10.12 introduced touch types
      typedef NS_ENUM(NSInteger, NSTouchType) {
          NSTouchTypeDirect, // A direct touch from a finger (on a screen)
          NSTouchTypeIndirect, // An indirect touch (not a screen)
      } NS_ENUM_AVAILABLE_MAC(10_12_2);

      Our code uses normalizedPosition selector which produce crash for NSTouchTypeDirect events JDK-8172847 .

      We should check that touch events works correctly on touch screens.

            Unassigned Unassigned
            azvegint Alexander Zvegintsev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: