To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92438


User hro changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Aug  5 09:35:53 +0000 
2008 -------
@hennerdrewes: I saw your patch but I feel that's not all. Using
SetDefaultExtension works (I've done that in CWS hrovista2) but with some
caveats even without an autoextension checkbox.

F.e.: Select a filter (f.e. *.ott) then type "*.a" in the file name box and hit
enter. Then type "Testdocument" and click Save. The selected filter is not
changed (because there's no filter matching *.a) and an extension is
automatically added by the Vista Filepicker Dialog. But it's not .ott the
Filename returned is "Testdocument.a".

Once the dialog further calls to SetDefaultExtension break the functionality of
automatically adjusting the extension along with the selected filter. Calling
SetDefaultExtension with an empty string removes the autoextension feature.
Calling it with an extension enables it but the extension is not adjusted along
with the filter.

Using SetOptions with FOS_STRICTFILETYPES does not help. Without an
autoextension everything is fine. But calling SetFeaultExtension( "ODT" )
results in appending .ODT.ODT to the filename.

I feel we've have to override the complete stuff.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to