How is Edit Mode supposed to capture and replace selected text? #698
Replies: 1 comment
|
Your workflow is correct, and selected-text editing is expected to work in TextEdit. There is no separate Edit Mode permission: microphone access is needed for the instruction, and Accessibility access is needed to read/replace the selection. The important part of the log is not merely that no selected text was returned; it is that both attempts to obtain the focused Accessibility element failed: In the current implementation, Edit Mode calls This is the same failure already reported in issue #259, including the same log lines. Since you also reproduce it in TextEdit, it is unlikely to be only VS Code/Slack failing to expose their accessibility trees. I would try one clean TCC re-registration before adding your reproduction to that issue:
If the same two lines remain, you are not missing a step; this is a bug worth reporting on #259. Useful diagnostics would be the FluidVoice version/build, macOS version, whether it is a release or local build, the app's install path, and the complete One separate note: |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Before opening a GitHub issue, I wanted to check whether I am misunderstanding the intended workflow or missing a required permission or setting.
I'm trying to use Edit Mode as follows:
Option+R).Normal dictation works correctly for me in both Visual Studio Code and Slack. However, Edit Mode does not modify the selected text. I also tested the same workflow in Apple's built-in TextEdit, with the same result.
The logs show that the shortcut and voice recording work, but selected-text capture fails:
The transcription itself completes successfully, but FluidVoice then reports:
This seems to indicate that FluidVoice is entering write mode because it cannot capture the selected text.
Accessibility permission is enabled for FluidVoice under:
System Settings → Privacy & Security → Accessibility
Microphone access is also enabled, and normal dictation works as expected.
Could someone please clarify:
I’m asking here first to make sure I’m not doing anything incorrectly before opening a GitHub issue.
All reactions