There is no vertical scrollbar in the font family dropdown list. (In writer: Format -> Character -> Font; In Calc: Format -> Cells -> Font) This makes it difficult to find a font needed. This may be a regression, it worked some years ago. Version: 6.2.8.1 Build ID: 815fe723fb0e60e4a39ff860f907cc63980a0232 CPU threads: 4; OS: Linux 5.3; UI render: default; VCL: gtk3; Locale: zh-CN (zh_CN.UTF-8); UI-Language: en-US Calc: threaded Fedora 30/31.
Can not confirm on Windows builds. The 'Font' tab's listbox shows a v.scrollbar. Windows 10 Home 64-bit en-US (1903) with Version: 6.3.3.2 (x64) Build ID: a64200df03143b798afd1ec74a12ab50359878ed CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; Locale: en-US (en_US); UI-Language: en-US Calc: threaded nor with current master/6.5.0alpha0+ Version: 6.5.0.0.alpha0+ (x64) Build ID: 8c85782bbe46963e2be32c3cb406982f1790fc2f CPU threads: 4; OS: Windows 10.0 Build 18362; UI render: GL; VCL: win; Locale: en-US (en_US); UI-Language: en-US Calc: threaded
This seems to be a linux GTK3 only bug. The scroll bar is there with GTK2 build, but not there with GTK3.
Actually there is no scrollbar for all the drop-down lists on this dialog.
Created attachment 156937 [details] screencast This is a screenshot showing the problem.
Its a native gtk combobox, that's how native gtk menus operate in general, so problems with that would have to be submitted to gtk itself. FWIW typeahead is supported so typing the initial letters of the known font will jump to it.
Just for your information: https://developer.gnome.org/gtk3/stable/GtkComboBox.html#GtkComboBox--s-appears-as-list The “appears-as-list” style property “appears-as-list” gboolean Whether dropdowns should look like lists rather than menus. Flags: Read Default value: FALSE See also: https://stackoverflow.com/questions/53768793/how-to-set-a-scroll-in-a-comboboxtext I am not sure, but maybe we can take a try?
Seems fixed in bug 131120, commit bc0e0f633b05c4f91b6695488fc9e5c127507ba5. *** This bug has been marked as a duplicate of bug 131120 ***