Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-60367

Accessibility - Keyboard Trap in Search Panel

    XMLWordPrintable

Details

    • 2
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      Once you tab into the search that brings up the search pane, there's no way through the keyboard to get out. Several clients have raised this issue since it is significantly impacting some of their end users. This feature request is to either add a way to deal with the keyboard trap with the new Quick Search Panel, or at the very least disable the new search.

      Workaround

      You can use custom html to target the search input and then add a tabindex value of -1 to remove it from the list of items you can tab into. For example, you could do this via jQuery with the following code:

      $("#quick-search-query").attr("tabindex",[-1]);
      

      This will enable you to move past the search field with using only the keyboard. Then you can just open it manually with the '/' keyboard shortcut if need be.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              9d9b0f94d2fe Brian Johnson (Inactive)
              Votes:
              8 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: