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

Reduce disruption in the chat #266

Open
flobzex opened this issue Aug 28, 2024 · 2 comments
Open

Reduce disruption in the chat #266

flobzex opened this issue Aug 28, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@flobzex
Copy link

flobzex commented Aug 28, 2024

Describe the bug
When navigating through the messages, clicking on another message focuses the TextView and moves the scroll to it. This is a little annoying especially when messages are long.

Expected behavior
The view should not scroll.

Fix
Setting the property can-focus of the Gtk.TextViews to false will make them not get focused when clicked, reducing the disruption.

@flobzex flobzex added the bug Something isn't working label Aug 28, 2024
@Jeffser
Copy link
Owner

Jeffser commented Aug 30, 2024

Hi thanks for the suggestion, unfortunately I can't remove the focus to the messages because of accessibility (screen readers), I think I should focus the message entry textbox, that should probably fix it

@flobzex
Copy link
Author

flobzex commented Sep 1, 2024

Didn't think of that... Do you think it could be an option in the settings dialog? It could warn the user about accessibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants