<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - File save dialogs appear twice if user reconsiders non-ODF format to ODF during save"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=95701#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - File save dialogs appear twice if user reconsiders non-ODF format to ODF during save"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=95701">bug 95701</a>
              from <span class="vcard"><a class="email" href="mailto:helge.hafting@hist.no" title="Helge Hafting <helge.hafting@hist.no>"> <span class="fn">Helge Hafting</span></a>
</span></b>
        <pre>I understand that a "file exists" check needs to be done on the new name.

Seeing the file dialog twice, can still be averted by changing the order of
operations. Current order:
1. User does a save(as)
2. Check if document.docx exists, showing a file dialog
3. Nag that ODF is the better format, for good reasons. User accepts
4. Check if document.odf exists, showing another file dialog

Proposed order:
1. User does a save(as)
2. It is a docx file, so suggest the better ODF format. User accepts or rejects
3. Check if document.odf (or document.docx) exists, depending on selected
format. The file dialog is seen only once, for the one format the user went
for. No check or dialog done for the rejected file format.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>