Skip to content

Conversation

@hediet
Copy link
Member

@hediet hediet commented Mar 14, 2024

Missing functionality before this can be merged:

  • Setting to toggle between NativeEditContext and old TextArea based implementation (defaults to old TextArea implementation)
  • Screen-Reader support. I didn't figure out how to use the text area element for that, as editContext does not seem to work with it. So I guess we have to use the dom + dom selection. (basically the focused dom element has to have dom nodes that expose the text to the screen-reader, it also has to support text selection and update the selection so that screen-readers see what is selected. This dom node stays invisible though! Just for testing we can make it visible). We should definitely reach out to screen reader users to get feedback on this!
  • Copy Paste Support
  • Enter does not seem to work

@hediet hediet added this to the Backlog milestone Mar 14, 2024
@hediet hediet self-assigned this Mar 14, 2024
@hediet hediet force-pushed the hediet/edit-context branch from a9d09f9 to 21ca388 Compare July 5, 2024 12:30
Signed-off-by: Henning Dieterichs <[email protected]>
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.

2 participants