https://bugs.documentfoundation.org/show_bug.cgi?id=150007
Bug ID: 150007
Summary: Use the GTK3 / GTK4 "suggested-action" CSS class for
the "Find Next" button in the "Find and Replace"
dialog to visually indicate it is receiving the
default action
Product: LibreOffice
Version: 7.2.2.2 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
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).
--
You are receiving this mail because:
You are the assignee for the bug.