<html>
    <head>
      <base href="https://bugs.documentfoundation.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - When Opening Any Dialog the First Value in the Dialog Should be Selected"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=57174#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - When Opening Any Dialog the First Value in the Dialog Should be Selected"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=57174">bug 57174</a>
              from <span class="vcard"><a class="email" href="mailto:heiko.tietze@user-prompt.com" title="Heiko Tietze <heiko.tietze@user-prompt.com>"> <span class="fn">Heiko Tietze</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>