You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for providing this library! I've just started using it and it seems very good.
This issue is similar to #1442, but the previous fix of setting autoFocus = true no longer works in version 11.2.0.
I would really like to be able to enable Semantics on the web. Without semantics enabled, E2E testing with Playwright, Appium or Maestro become very difficult/brittle.
Here's a minimal reproducible example, run with flutter run -d chrome:
Have you checked for an existing issue?
Flutter Quill Version
11.2.0
Steps to Reproduce
Thank you for providing this library! I've just started using it and it seems very good.
This issue is similar to #1442, but the previous fix of setting
autoFocus = true
no longer works in version 11.2.0.I would really like to be able to enable Semantics on the web. Without semantics enabled, E2E testing with Playwright, Appium or Maestro become very difficult/brittle.
Here's a minimal reproducible example, run with
flutter run -d chrome
:Expected results
Expect to be able to use the keyboard to type in the editor.
Actual results
Typing in the editor has no effect.
Additional Context
Not sure if this will help in debugging the issue, but the only key that I've found that works is the
Tab
key and that properly inserts\t
.The text was updated successfully, but these errors were encountered: