[Libreoffice-ux-advise] [Bug 57174] When Opening Any Dialog the First Value in the Dialog Should be Selected

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Mar 27 01:31:54 PDT 2015


https://bugs.documentfoundation.org/show_bug.cgi?id=57174

--- Comment #5 from Heiko Tietze <heiko.tietze at user-prompt.com> ---
I'd say the most important control in a dialog should get the focus. Looking
around for a reference at the Gnome HIG I found the following comment in
/gtk/gtkdialog.c 

/* A far too tricky heuristic for getting the right initial
* focus widget if none was set. What we do is we focus the first
* widget in the tab chain, but if this results in the focus
* ending up on one of the response widgets _other_ than the
* default response, we focus the default response instead.
*
* Additionally, skip selectable labels when looking for the
* right initial focus widget.
*/

So the right way for LO is to focus the first control that can receive the
focus, as suggested by Eric. And if the dialog is designed well the most
important control is located top left (for LTR layout) and is the first in the
tab sequence, e.g. initialization of the dialog.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Libreoffice-ux-advise mailing list