• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Firefox & filenames with spaces

noxxic

Senior member
Has anyone figured out how to fix the problem with downloading from certain sites (like Yahoo mail) where filenames with spaces are cut short? AFAIK, they are not willing to "fix" it since Firefox is just technically stricter in handling the filenames. I'm hoping someone has finally written an extension or something to work around it...
 
It's not because of how a file is named, it's how a web app gives out the filename. I can give a file a simple "weekly report.doc" name and I would get "weekly" instead. I don't know the exact details, but the problem has to do with something like parsing the content-disposition header and how some sites don't quote the filename in it (something like that...). IE doesn't care about it, but Firefox does which causes the problem.
 
If you happen to have Yahoo mail, try downloading an attachment.

Anyone have any ideas to fix it via an extension? I think the stuff to look at is at /browser/contentAreaUtils.js. I was thinking of replacing suggestedFileName(), but I can't figure out how to override it. If I can't, I guess I'll just modify it directly or copy & paste the whole thing...
 
Back
Top