Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-2366

Main menu is not accessible by keyboard (WCAG)

XMLWordPrintable

    • Icon: Change Request Change Request
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 2.2.3, 2.2.4, 2.2.5, 2.3.2
    • Frontend (F)

      In WCAG 2.0 there is a Guideline 2.1 Keyboard Accessible: Make all functionality available from a keyboard.
      http://www.w3.org/TR/WCAG20/#keyboard-operation

      The main menu does not meet this guideline.

      In my frontend I changed in the file include/menu.inc.php this line:

      $mmenu_entry = new CCol($menu['label'], $menu_class);

      into:

      $mmenu_link = new CLink($menu['label'], $menu_url, 'highlight nowrap');
      $mmenu_entry = new CCol($mmenu_link, $menu_class);

      This solved the problem.

            Unassigned Unassigned
            pawelsel Paweł Seledec
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: