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

QListWidget setCurrentRow inconsistent with NVDA / Braille Display

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.10.1
    • None
    • Windows 7
      NVDA 2019.1
      Qt 5.10.1
    • Windows

    Description

      QListWidget row changes, when the ListWidget does not have focus result in inconsistent Vocal, Braille and Screen outputs when using NVDA 2019.

      A program with a tab widget, and on one tab, have a QListWidget, and on the second tab have a PlainTextEdit.  Using setFocus, select the PlainTextEdit, and everything works fine:

      • Screen shows PlainTextEdit
      • Voice reads first line
      • Braille display shows first line

      If, after setFocus of the PlainTextEdit, the QListWidget selected row is changed, even though the QListWidget does not have focus, things are inconsistent:

      • Screen shows PlainTextEdit
      • Voice reads first line, then the selected row of the QListWidget
      • Braille display shows the QListWidget

      Repeating the same again does something different, probably because the selected row of the QListWidget doesn't actually change:

      • Screen shows PlainTextEdit
      • Voice reads first line
      • Braille display shows first line

      See the attached program.

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            stevecl Steve C
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes