fleather icon indicating copy to clipboard operation
fleather copied to clipboard

Document is not editable with Semantics enabled

Open estevez-dev opened this issue 11 months ago • 1 comments

Steps to Reproduce

  1. Enable Semantics on the app start by adding to the void main():
WidgetsFlutterBinding.ensureInitialized();

SemanticsBinding.instance.ensureSemantics();
  1. Try to edit the text in FleatherEditor

Environment

  • OS: MacOS Flutter web
  • Flutter version: 3.27.2
  • Fleather version: 1.20.1

Logs

No any logs

Wrapping Fleather widgets in ExcludeSemantic doesn't resolve the issue.

estevez-dev avatar Feb 12 '25 14:02 estevez-dev

The same behavior is observed in https://github.com/flutter/samples/tree/main/simplistic_editor Needs more investigations

amantoux avatar Apr 21 '25 08:04 amantoux