In the Find & Replace dialog that shows up when you do ctrl+H in Calc/Writer/etc., it is not visually obvious what the result of the "Enter" keyboard shortcut would be, which can be a bit intimidating to new (or forgetful) users. The user might think, "if I think Enter, will it just find something, or do a replacement, or something else?" An easy solution for that on platforms where a GTK backend is used is to use the "suggested-action" CSS class on the "Find Next" button, which would make it blue, clearly indicating it is the default and preferred/main action in the dialog. See also https://docs.gtk.org/gtk3/const.STYLE_CLASS_SUGGESTED_ACTION.html (Conversely, "destructive-action" exists, but both should not be used at the same time, and I see suggested-action as more relevant in this dialog).
we do have support suggested-action so it is possible
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a4c8f05c760328177bb6056750aab53432a3a506 Resolves: tdf#150007 add suggested-action to "find next" It will be available in 7.5.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.
Fix verified in: Version: 7.5.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: ad085990b8073a122ac5222e5220f8f1d6826dcf CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded Thanks Caolán!
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-5": https://git.libreoffice.org/core/commit/635a335de2eb8a532d7427fcc52ab23cdc20bea4 Related: tdf#150007 add destructive-action to file overwrite message dialog It will be available in 7.5.0.0.beta2. 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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b6832a939623ad3b0ad61016344a432f47d1e97d Related: tdf#150007 add destructive-action to file overwrite message dialog It will be available in 7.6.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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-4": https://git.libreoffice.org/core/commit/0614198babeeb48359c8363c1b098688ccb1406d Related: tdf#150007 add destructive-action to file overwrite message dialog It will be available in 7.4.4. 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.