To recreate the bug open any file type in any module of libreoffice and try to name the file with a "#" included in the file name and you will get the following error Error saving the document test # : Nonexistent object. Path to the file does not exist. You can however save it without the #, then change the name to include the # then saving works just fine.
I can not confirm with LO 5.0.2.2, win7. File name "Bez názvu# 1.odt".
Created attachment 120108 [details] Picture discription of bug
I can confirm with Version: 5.1.0.0.alpha1+ (x64) Build ID: 72f192418948f018f6c8b18c14463476820c9d5b TinderBox: Win-x86_64@62-TDF, Branch:MASTER, Time: 2015-10-19_21:22:52 No problem with system dialogs, only with LO dialogs. Works OK in writer, seems to be Calc bug.
Reproducible with Verze: 4.1.5.3 ID sestavení: 1c1366bba2ba2b554cd2ca4d87c06da81c05d24
The bug seems to exist in all modules of Libre office for me. I'm currently at work, when I get home I'll test on Windows 10 and mint in varying versions
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.1.6 or 5.2.3 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug-20161108
Still occurs in this build, which I built myself: Version: 6.1.0.0.alpha0+ (x64) Build ID: 7c77ff5dd2d0573a56f8b59dc9113c23e0ea29c9 CPU threads: 4; OS: Windows 10.0; UI render: default; Locale: nl-NL (nl_NL); Calc: CL although I don't get an error; instead it just chops off the # and anything following it. Steps to reproduce: 1. As said, this problem doesn't occur with Windows' built-in dialogs, so you may first have to go to Tools > Options and then 'General' and check the box 'Use LibreOffice dialogs'. 2. For any Calc document, select File > Save As... and type "abc#def" as the file name. Expected behavior: Should save the file under that name. Actual behavior: Saves it as "abc.ods". ------------- The problem here is that the dialog ModelData_Impl::OutputFileDialog (libo-core\sfx2\source\doc\guisaveas.cxx) treats the full path as an URL, so for a local file it comes out as e.g. "file:///C:/users/john/Documents/abc#def.ods". The # is then seen as the beginning of a so-called fragment and chopped off. Note, for the record, that Windows forbids certain characters like '*' in file names, but '#' is allowed. See https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx .
I want to confirm and specify this bug. We use LibreOffice Version 5.0.3.2 and Linux Mint 17.3. If we save in Writer or Calc a document containing the character "#" it CAN be saved on the harddrive. But if we do this on our server using the Samba (smb://) protocol the file is saved but the file name is TRUNCATED directly before the "#" including the file ending .ods or .odt. Example: "test#.odt" to be saved "test" is saved on the server This error does not occur when we use other characters like !,§,$,&,+,-,= and _.
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Something quite similar is still present in Version: 6.0.7.3 Build-ID: 1:6.0.7-0ubuntu0.18.04.10 CPU-Threads: 24; BS: Linux 5.0; UI-Render: Standard; VCL: gtk3; Gebietsschema: de-AT (de_DE.UTF-8); Calc: group See https://bugs.documentfoundation.org/show_bug.cgi?id=128196.
Dear Lukas, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Still an issue in: Version: 7.2.0.4 (x64) / LibreOffice Community Build ID: 9a9c6381e3f7a62afc1329bd359cc48accb6435b CPU threads: 6; OS: Windows 6.1 Service Pack 1 Build 7601; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: threaded
Reproduced in daily master build with same results as Alex in Comment 7. Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 9a37652b79001bf5208841b9221dee851b9b6d0f CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded
Reproduced in LO v.3.3. If LibreOffice dialogs are used in Windows, as is stated in Comment 7, then issue occurs as described in original bug report (v.4.1.4.3) with the error message.