Skip to content

Empty table header (File list) #113

Open
@adam3smith

Description

@adam3smith

Testing with WAVE.

The file list has an empty table header (where the checkbox is), i.e.

  <span class="ui-column-title"></span>
  <div class="ui-chkbox ui-chkbox-all ui-widget">
    <div id="datasetForm:tabView:filesTable_head_checkbox" role="checkbox" tabindex="0" aria-label="Select All" aria-checked="false" class="ui-chkbox-box ui-widget ui-corner-all ui-state-default">
      <span class="ui-chkbox-icon ui-icon ui-icon-blank ui-c"></span>
    </div>
  </div>
</th>

It's probably fixable in automated tests by making this a <td> but that's just fooling the auto-test. I'm not sure whether the whole thing should even be a table rather than a list?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions