Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. TextEdit not accessible
Qt 6.11 is out! See what's new in the release blog

TextEdit not accessible

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 1.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gmapp
    wrote on last edited by
    #1

    Hi,

    I'm developing a small desktop-app with QtCreator and it must be accessible with a screen-reader (for example NVDA).
    In general the screen-reader can see all the elements inside my GUI (Button, Menu and so on) but I have trouble with textboxs.

    When I put the focus into the textbox with the TAB-key and insert some characters, if I move the cursor with the left and right arrows, I don't receive the audio feedback from the screen-reader as expected.

    In general if I move the cursor with the left/right arrow inside a textbox, the screen-reader should pronounce the first char after the cursor.
    And if I move the cursor with up/down arrow, the screen-reader should read the text of the line where is the cursor.

    The question is:
    Is there a problem in the Qt library, or I have to implement by myself this functionality (connecting the cursorPositionChanged event with some accessibility slot)?

    Thanks a lot

    Additional information:
    system: Windows 10
    lib ver: Qt 5.7
    IDE: Qt Creator 4.0
    Screen reader: NVDA
    Project: Qt Widget Application

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      This is a bug I'm afraid. You can vote for it so it will get more attention from the Qt developers: https://bugreports.qt.io/browse/QTBUG-53024

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved