Description: In the save file dialog, the list of file types has doubled extension types like: ODF Text Document (.odt) (*.odt). The second extension is superfluous. Steps to Reproduce: 1. Open/Create an odt document 2. Select "Save as..." in the menu Actual Results: All file types are listed with two extensions instead one Expected Results: All file types are listed with one extension Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 144743 [details] file_save_extensions_aoo_415 confirmed, inherited from aoo
Currently we don't know, if a system file dialog shows or hides the filter strings (the *.odt). The first "(.odt)" is part of the description string. On most platform the filter itself is hidden, so a user just sees the "(.odt)". Guess not hard to implement; I'm just not sure where to put the info (SalData or an extended interface).
Are there some people who can give Code-Review+2 aware of Ilhan Yesil's submission? https://gerrit.libreoffice.org/#/c/60268/
Ilhan Yesil committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/1b50fa88b148739a7b192ba70f08af2c6e326fd2%5E%21 tdf#119747 FileSaveDialog: Windows dialog shows only one extension. It will be available in 6.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
As I wrote in Bug 121569, I think this was wrongfully confirmed without UX and all those should be reverted.
(In reply to Timur from comment #5) > As I wrote in Bug 121569, I think this was wrongfully confirmed without UX > and all those should be reverted. Compliance with the OS is what we aim for. So if the dialog usually shows just the file type name and hides the extension we should do that too. So it's more a dev topic to make have a safe implementation. But let's see how bug 12569 progresses.
It seems I have read the report too hastily and misunderstood. I will re-read it.
Mike Kaganski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/38a47bc3a4f618da4613968d28c08c8dda064cea%5E%21 Revert "tdf#119747 FileSaveDialog: Windows dialog shows only one extension." It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mike Kaganski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/f553e34aff94fd9bce9cce77e0a723021be7c38a%5E%21 tdf#119747 FileSaveDialog: remove duplicate extension on Windows It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mike Kaganski committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/b836f8241d6eaf0a4969341084fa8bfe3bdf0586%5E%21 Revert "tdf#119747 FileSaveDialog: Windows dialog shows only one extension." It will be available in 6.2.0.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mike Kaganski committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/414246683899928014ea11ec07caebdfdf8aaee4%5E%21 tdf#119747 FileSaveDialog: remove duplicate extension on Windows It will be available in 6.2.0.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 74443 has been marked as a duplicate of this bug. ***