Rick Blommers
Rick Blommers
@vadi2 The last couple of days, I've been experimenting with QAccessibility, it isn't as beautiful as the implementation in VSCode, bus basic support t seems to work on my Mac....
I will test it on my Windows VM. I'm curious if it will have the same problems as mentioned in the QT issue you mentioned.
Currenly I'm debugging on Windows. Some progress, Windows Speaker is reading the text, the NVDA reader unfortunately doesn't. Tricky part is, the edbee-widget consists out of several widgets. The TextEditorComponent...
@vadi2, I'm currently figuring out why NVDA doesn't work (on Windows). I've updated to the latest Qt and NVDA versions. The application receives similar `QAccessibleTextSelectionEvent` events. But it doesn't read...
@vadi2, NVDA is working now. 😃 I needed to switch the base-component to the TextEditorComponent instead of the TextEditorWidget. (Tried that before, but this time fixed the event so the...
Did some extended debugging with AccessibleTextEditorWidget and trying to fix it with textAtOffset function. But without success. Somehow the Accessibility interface seems to call the text(..) method to get the...
The windows experience has improved by adding virtual spaces before the newlines. This 'solves' the empty line reading bug. There are still two know issues open: ( - selection recangles...
> "By the way, NVDA has a Speech log feature..." Thanks! Should have know that earlier, at the moment the computer's voice is continuing in my head. .. 😂 I...
Nice to hear! I hope to fix the 'last line' issue this week. (I'm pretty busy with work now that has piled up since my vacation)
Hi @vadi2, just updated edbee. It fixes the last line reading issue, it looks very good now. I improved rectangle drawing on selections (though this isn't always 100% correct) Btw....