GNOME Bugzilla – Bug 79216
selectable label should auto-scroll
Last modified: 2018-05-02 13:39:01 UTC
If a large text area is embedded within a scrollable window, drag-selecting beyond the visible area causes the text to scroll automatically. However, selectable labels do not exhibit the same behavior. Drag-select beyond what's visible and the label doesn't budge. You can see this in action in the Nautilus2 "Credits" dialog. Start selecting the first listed author, and observe the lack of auto-scroll when you reach the bottom edge of the visible portion of the label. This inconsistency is surprising, and makes it difficult to accurately select text in large scrolled labels. Scrolled labels should auto-scroll just like scrolled editable text widgets.
Created attachment 7806 [details] small example program wherein bug can be observed
Would be nice, but quite hard to fix since the label knows nothing about scrolling. The label would have to hunt up the heirarchy for a scrolled window.
The cop-out fix would be to forbid selecting labels, of course (and force placing text to be placed in uneditable text boxes)
*** Bug 109473 has been marked as a duplicate of this bug. ***
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gtk/issues/218.