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

macOS 10.13 check in TabButtonAccessibility.m can be removed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 22
    • 22
    • client-libs

    Description

      After JDK-8317970 bumps the minimum macOS version for the JDK to macOS 11 we can remove the following check
      - (NSAccessibilitySubrole)accessibilitySubrole
      {
          if (@available(macOS 10.13, *)) {
              return NSAccessibilityTabButtonSubrole;
          }
          return NSAccessibilityUnknownSubrole;
      }

      Attachments

        Issue Links

          Activity

            People

              abhiscxk Abhishek Kumar
              prr Philip Race
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: