-
Notifications
You must be signed in to change notification settings - Fork 28.6k
PageUp/PageDown in a text field #105448
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
Comments
I can reproduce the issue on stable and the master channel. Pressing page up/down (fn/ctrl + Arrow keys on mac/windows) does not move the cursor as it happens in other native desktop apps. flutter doctor -v (mac)
|
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Uh oh!
There was an error while loading. Please reload this page.
The PageUp/PageDown keys should move the cursor up/down by a bunch of lines. Currently, they don't do any thing at all.
To reproduce
Expected: The cursor jumps up by one page, or to the top.
Actual: Nothing happens.
Vice versa for PageDown.
Code
Related: It also looks like our scrollables don't properly respond to pageup/down either: #93521
The text was updated successfully, but these errors were encountered: