Skip to content

Commit

Permalink
Set accessibility description of filter field so screenreaders can te…
Browse files Browse the repository at this point in the history
…ll users where they are
  • Loading branch information
Joe Wegner authored and facchinm committed Aug 22, 2019
1 parent a740021 commit 199a943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/cc/arduino/contributions/ui/InstallerJDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ protected void onFilter(String[] _filters) {
updateIndexFilter(filters, categoryFilter);
}
};
filterField.getAccessibleContext().setAccessibleDescription(tr("Search Filter"));

// Add cut/copy/paste contextual menu to the search filter input field.
JPopupMenu menu = new JPopupMenu();
Expand Down

0 comments on commit 199a943

Please sign in to comment.