<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - 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#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - 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:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>The "file exists" check is a function of the dialog, being a part of the
filename choosing process. When a user decides to change a type of the
document, the previously solved "file exists" situation does not apply anymore,
and a new situation arises. It needs own iteration, and trying to be smart here
(e.g. trying to quickly check if such a file exists to decide if to ask again
or not) will bring a whole lot of new problems (is FS case sensitive? does it
impose some file name limitations like length or forbidden patterns? is it some
special FS like CMIS or WebDAV with exotic requirements?) that already solved
by specialized Save As dialogs. So clear WONTFIX IMO.</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>