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

Backspace in DartPad on Android Doesn't Move Cursor to Previous Line #3086

Open
md-rifatkhan opened this issue Nov 4, 2024 · 0 comments
Open

Comments

@md-rifatkhan
Copy link

md-rifatkhan commented Nov 4, 2024

When using DartPad on an Android device with Gboard, the backspace key does not move the cursor to the end of the previous line once the current line is empty. Instead, the cursor remains at the start of the line and keyboard suddenly closes, making it difficult to delete code across multiple lines smoothly.

Steps to Reproduce:

  1. Open DartPad on an Android device.

  2. Enter code across multiple lines.

  3. Place the cursor at the beginning of a line with code on the line above.

  4. Press the backspace key repeatedly.

Expected Behavior:

When the line becomes empty, the cursor should automatically move to the end of the previous line to allow seamless backspacing across lines.

Actual Behavior:

The cursor remains on the same line after it becomes empty, disrupting the flow of deleting code line-by-line.

Environment:

Device: Android

Keyboard: Gboard

Browser: Chrome 130.0.6723.86

OS: Android 11

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

No branches or pull requests

1 participant