You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 theGtk.TextView
s tofalse
will make them not get focused when clicked, reducing the disruption.The text was updated successfully, but these errors were encountered: