Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-5463

empty tree fails to pass lighthouse accessibility check for missing required role

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 10.0.0
    • 9.6.3
    • None
    • Security Level: Jimmy

      Steps to Reproduce

          <tree  rows="5">
              <treecols sizable="true">
                  <treecol label="Name"/>
                  <treecol label="Description"/>
              </treecols>
          </tree>
      

      check the page with chrome developer tool > lighthouse 10.0.1 > accessibility

      Current Result

      see attached report
      Elements with an ARIA [role] that require children to contain a specific [role] are missing some or all of those required children.
      failing elements:
      <div id="k7pTdv3" class="treeGrid z-tree" tabindex="0" role="treegrid" style="height: 123px; width: 1498px;">

      Expected Result

      pass the check

            jamson jamson
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: