Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-907

Table views - Screen readers are not able to read a table views entire row.

    XMLWordPrintable

Details

    Description

      Table views - Screen readers are not able to read a table views
      entire row. Using Freedom Scientific JAWS screen reader. Only the first item in a row was read. Qt needs to read the entire row of data in a table.

      Not sure if it is possible to solve properly. The main reason is that a cell is a child of a row, which again is a child of the table. Thus, the event is sent to the widget with a childID to refer to any of the tables children. However, the child we want to specify (Cell) is not a direct child of the table but rather a child of a Row. This is a problem, since there is not a good way to address the grandchildren from the Table.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            smd Jan Arve
            smd Jan Arve
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes