Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15.2, 6.8.2
-
Windows 10; Qt Creator Community 5.0.0; Qt 5.15.2; Example was built with MSVC 2019 64-bit compiler
Description
The QWebEngineView is not accessible with screen readers.
Steps to reproduce:
- Run the WebEngine Widgets Simple Browser Example in Qt Creator.
- When the application loads, start a screen reader such as NVDA, Narrator or Jaws.
- Press tab until the focus is inside the webpage.
- Try to navigate the webpage with arrow keys.
Actual result:
The screen reader doesn't speak at all and doesn't navigate through the web page. Using tab navigates through elements such as links, buttons etc.
Expected result:
The screen reader should navigate through the webpage with arrow keys similar to how it works with other browsers like chrome, firefox, edge etc. so that the entire page is accessible.
Note: I was unable to test this in Linux and Mac OS but I suspect that this issue persists in other platforms as well.
Attachments
Issue Links
- relates to
-
QTBUG-123713 Accessibility: QtWebEngine accessibility works badly on linux
-
- Reported
-
-
QTBUG-125144 Accessibility: WebEngine context is not read with screen reader
-
- Reported
-
-
QTBUG-80832 QtWebEngine not announcing live regions on Windows/NVDA
-
- In Progress
-