Skip to content

Expose EditableText.SetTextContents on Unix - #762

Open
mirsella wants to merge 1 commit into
AccessKit:mainfrom
mirsella:exploration/atspi-editable-text
Open

Expose EditableText.SetTextContents on Unix#762
mirsella wants to merge 1 commit into
AccessKit:mainfrom
mirsella:exploration/atspi-editable-text

Conversation

@mirsella

@mirsella mirsella commented Aug 9, 2026

Copy link
Copy Markdown

Closes #761.

This exposes AT-SPI EditableText for writable text inputs that handle string SetValue requests. SetTextContents forwards the new contents as Action::SetValue with ActionData::Value.

Numeric controls continue to use AT-SPI Value. The remaining EditableText methods return NotSupported because AccessKit does not have matching clipboard or range-editing actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose AT-SPI EditableText.SetTextContents as Action::SetValue

1 participant