matrix-react-sdk icon indicating copy to clipboard operation
matrix-react-sdk copied to clipboard

Improve the tooltip accessibility of the composer and the rich text editor

Open florianduros opened this issue 10 months ago • 0 comments

Checklist

  • [ ] Tests written for new code (and old code if feasible).
  • [ ] New or updated public/exported symbols have accurate TSDoc documentation.
  • [ ] Linter and other CI checks pass.
  • [ ] Sign-off given on the changes (see CONTRIBUTING.md).

Part of https://github.com/element-hq/element-web/issues/26762 Following https://github.com/matrix-org/matrix-react-sdk/pull/12443, AccessibleButton includes the new tooltip. We are migrating step by step the usage of the deprecated AccessibleTooltipButton to AccessibleButton. Depends of https://github.com/matrix-org/matrix-react-sdk/pull/12458 for RovingAccessibleTooltipButton migration.

Marking it at T-Enhancement because it's in the objective to improve accessibility.

Migrating both composer.

florianduros avatar Apr 26 '24 14:04 florianduros