You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firefox appends underscores before and after the file name of the downloaded file
Steps to reproduce
Start Firefox
Navigate to oCIS personal folder
Select any single file by clicking the checkbox and click download. Alternatively, use context menu.
Downloaded file will have appended underscores in the beginning and in the end of the filename, for example 'text.xlsx' wil be downloaded and saved as '_test.xlsx_'.
Expected behavior
There should be no appending underscores in the filename upon download.
Actual behavior
Firefox appends underscores before and after the file name of the downloaded file
Setup
oCIS bare metal setup, version 5.0.5, Web version 8.0.2, on RHEL 8.10
Freshly installed Firefox 115.12.0esr and 127.0 checked on Mac OS Sonoma 14.5 and Big Sur 11 - same behavior
also checked freshly installed Firefox 115.12.0esr on Windows 8.1 - same behavior
However oCIS has this problem only in Firefox. Safari, Chrome and Edge seem to be fine.
[update]
I checked with different file types (file extensions) and I observe this behavior with *.txt, *.xlsx, *.docx, *.tar.gz, *.drawio (underscores added both in the beginning and in the end). For *.pdf and *.mp4 only leading underscore is appended, and the file extension in the end of a filename remains (properly) unchanged. Characters in the filename seem to be not a factor.
[update2]
Looks like something changed in latest Firefox versions (probably JS engine related). I do not see this problem in Firefox 115.10.0esr.
The text was updated successfully, but these errors were encountered:
Describe the bug
Firefox appends underscores before and after the file name of the downloaded file
Steps to reproduce
Expected behavior
There should be no appending underscores in the filename upon download.
Actual behavior
Firefox appends underscores before and after the file name of the downloaded file
Setup
Additional context
Similar looking problem mentioned here https://stackoverflow.com/questions/22477273/firefox-and-chrome-appending-underscore-before-and-after-file-name-while-interne
However oCIS has this problem only in Firefox. Safari, Chrome and Edge seem to be fine.
[update]
I checked with different file types (file extensions) and I observe this behavior with *.txt, *.xlsx, *.docx, *.tar.gz, *.drawio (underscores added both in the beginning and in the end). For *.pdf and *.mp4 only leading underscore is appended, and the file extension in the end of a filename remains (properly) unchanged. Characters in the filename seem to be not a factor.
[update2]
Looks like something changed in latest Firefox versions (probably JS engine related). I do not see this problem in Firefox 115.10.0esr.
The text was updated successfully, but these errors were encountered: