[Accessibility] Node properties for role and roleDescription inconsistently named

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 8u40
    • Affects Version/s: 8u40
    • Component/s: javafx
    • None

      The following a11y properties on Node are inconsistently named.


      AccessibleRole role
      String roleDescription

      Further the name "role" is generic enough as to be likely to conflict with user-defined subclasses. Such a conflict is easy to resolve, but is a bother for application developers.

      We plan to change these to:

      AccessibleRole accessibleRole
      String accessibleRoleDescription

            Assignee:
            Steve Northover (Inactive)
            Reporter:
            Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: