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

non localized string in getAccessibleStatesStringFromContext

XMLWordPrintable

      AccessBridge.getAccessibleStatesStringFromContext() returns localized strings for all states in the object's actual stateset with one exception: for TABLE and TREE it contains a fixed string "manages_children".

                          if (role == AccessibleRole.TABLE ||
                              role == AccessibleRole.TREE) {
                              s += ", manages_children";

      ###@###.### 2004-01-28

            lmonsantsunw Lynn Monsanto (Inactive)
            obraun Oliver Braun (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: