We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When combining viewport and textarea, and when textarea is in focus, typing characters like b and d, scrolls the viewport content.
b
d
Setup
To Reproduce Run the example: https://github.com/charmbracelet/bubbletea/tree/master/examples/chat
Expected behavior When textarea is in focus, the keystrokes such as b and d should not be sent to the viewport.
The text was updated successfully, but these errors were encountered:
fix(examples): keys shouldn't be routed to viewport in chat example
bfa62ff
Fixes #1106.
5df8f28
Good call. We've fixed this and cleaned up the example all around. Thanks for raising this issue!
Sorry, something went wrong.
The changes in the example prevent keys being routed to the viewport. However, it removes the functionality of viewport scrolling. @meowgorithm
Successfully merging a pull request may close this issue.
Describe the bug
When combining viewport and textarea, and when textarea is in focus, typing characters like
b
andd
, scrolls the viewport content.Setup
To Reproduce
Run the example: https://github.com/charmbracelet/bubbletea/tree/master/examples/chat
Expected behavior
When textarea is in focus, the keystrokes such as
b
andd
should not be sent to the viewport.The text was updated successfully, but these errors were encountered: