Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't re-focus CodeMirror editor #2927

Open
johnpryan opened this issue Apr 2, 2024 · 0 comments
Open

Can't re-focus CodeMirror editor #2927

johnpryan opened this issue Apr 2, 2024 · 0 comments
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@johnpryan
Copy link
Contributor

When I deselect the editor, i'm not able to re-select it by clicking it, or by tab-traversal through the Flutter focus nodes. This seems to be an issue after #2920 landed

  1. Load DartPad
  2. Click on the UI output section to deselect the CodeMirror editor
  3. Click back on the CodeMirror editor
  4. Observe that focus remains in the Flutter app, not in the editor
@johnpryan johnpryan added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) P1 A high priority bug; for example, a single project is unusable or has many test failures labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

1 participant