macOS 10.13 check in TabButtonAccessibility.m can be removed

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 22
    • Affects Version/s: 22
    • Component/s: client-libs

      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;
      }

            Assignee:
            Abhishek Kumar (Inactive)
            Reporter:
            Philip Race
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: