GNOME Bugzilla – Bug 581088
design problem if there are lots of entries
Last modified: 2017-09-13 16:04:39 UTC
Currently if a GtkComboBox has hundreds of entries (see the attached screenshot), it is very difficult to find out what you want. Especially 2 things are really missing: - a scroll bar to reach with more speed the selected "zone" (for instance to scroll till the bottom can use lots of time, 8 seconds in the screenshot example) - a text input to reach the entry which starts with the entered text
Created attachment 133800 [details] screenshot
Essentially this is a duplicate of bug #622938, bug #590276, bug #374871, etc. *** This bug has been marked as a duplicate of bug 590276 ***
(In reply to Nicolò Chieffo from comment #0) > Especially 2 things are really missing: > - a scroll bar to reach with more speed the selected "zone" (for instance to > scroll till the bottom can use lots of time, 8 seconds in the screenshot > example) yep, dupe of Bug 590276 and in fact already possible in GTK+ 2/3 in the appears-as-list mode (via the style property of the same name) > - a text input to reach the entry which starts with the entered text that's Bug 567141