Created attachment 148025 [details] screen print of dialog with searching not triggering completion Writer - dialog Paragraph/Character, tab Font - use tab to go to box Family - Type e.g. "Li" Notice that the list selects Liberation Mono > however, the name is not filled in the box where you type for searching Noticed in Version: 6.2.0.1 Build ID: 0412ee99e862f384c1106d0841a950c4cfaa9df1 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: nl-NL (nl_NL.UTF-8); UI-Language: en-US Calc: threaded
was OK in 6.1.x > regression
Thank you for reporting the bug. I can not reproduce this in Version: 6.3.0.0.alpha0+ Build ID: 3c964980da07892a02d5ac721d80558c459532d0 CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; TinderBox: Win-x86@42, Branch:master, Time: 2018-12-12_02:07:45 Locale: en-US (en_US); UI-Language: en-US Calc: threaded
I can't reproduce it in Version: 6.3.0.0.alpha0+ Build ID: edf8e2b6630ca9cf7117d9c7a25ef9d7231c5a9b CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded but i do in Version: 6.3.0.0.alpha0+ Build ID: edf8e2b6630ca9cf7117d9c7a25ef9d7231c5a9b CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded
Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=a4503017dfcf0c919b8f81bd8cdbc44bade3f774 author Caolán McNamara <caolanm@redhat.com> 2018-09-12 15:52:35 +0100 committer Caolán McNamara <caolanm@redhat.com> 2018-09-14 14:16:11 +0200 commit a4503017dfcf0c919b8f81bd8cdbc44bade3f774 (patch) tree 341dd5abb9f51392d73d6a1251c8cb1c08f8a30a parent dd1db430fe8009250253756573a1a19a45830c5f (diff) weld SwCharDlg Bisected with: bibisect-linux64-6.2 Adding Cc: to Caolán McNamara
*** Bug 122693 has been marked as a duplicate of this bug. ***
The gtk3 one is gtk's own autocompletion where taking the entry text as a prefix then any common suffix for the prefix is added on. What you want is to autoselect the first matching entry which I guess is probably doable.
dear dev / Caolan, I'm not sure if bug 122693, marked as dupe, is the same. So while at this one, you may want to look at that one too, for convenience :)
you can leave it as duplicate
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/ab8e0f5832fa910f8b1abd36d7cb3929cbac2395%5E%21 Resolves: tdf#122484 replace gtk autocomplete with vcl-alike autoselect It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
fixed in master, or at least it seems so to me, and a backport to 6-2. I think not necessary for 6.2.0 as its a little tricky and the lack of it isn't critical
Verified in Version: 6.3.0.0.alpha0+ Build ID: 392729c735bb82eecf29bae5527ec786ca293f34 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US @Caolán, thanks for fixing this!!
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/d01161d6ff82c61a73628f74eb57e60b843ae1a9%5E%21 Resolves: tdf#122484 replace gtk autocomplete with vcl-alike autoselect It will be available in 6.2.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.