See #16863.
The issue seems to be present on MacOS as well: wxStyledTextCtrl isn't detected by voiceover.
I'm using wxWidgets v3.3.2, a port of wx cocoa.
Any ideas?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Unfortunately I don't know much about accessibility under macOS so we would need help with fixing this.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
I suppose the NSAccessibility functions will need to be implemented somewhere, but I have no idea where (PlatWXcocoa.mm?) and how.
Similar to what Scite does (from line 988): https://sourceforge.net/p/scintilla/code/ci/default/tree/cocoa/ScintillaView.mm
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()