ManOnDaMoon
Well-known member
This is probably a FF bug, but reporting nonetheless.
Issue encountered by the members of my website. I was able to reproduce with a completely fresh XF install with default generated config.php, browsing with Mozilla Firefox (17.0.1 and some previous versions).
The "jpe" extension messes up with the selectable file types in Firefox, e.g.: GIF files are not selectable anymore.
Do not ask me where this "jpe" extension comes from. I have no idea.
Steps to reproduce :
Admin CP > Options > Attachments
In the "Allowed Attachment File Extensions" text box, fill either
or
Open Firefox, try to upload an attachment in a reply or in a new thread. Only a few types of files are displayed by the upload dialog.
Content of the directory :
Upload dialog in Chrome :
Upload dialog in FF with the list above as Allowed Attachment File Extensions :
Somehow, removing the jpe extension partly fixes the issue :
With list
every file types are selectable, not only those in the list (see psd file in the screen cap below)
Issue encountered by the members of my website. I was able to reproduce with a completely fresh XF install with default generated config.php, browsing with Mozilla Firefox (17.0.1 and some previous versions).
The "jpe" extension messes up with the selectable file types in Firefox, e.g.: GIF files are not selectable anymore.
Do not ask me where this "jpe" extension comes from. I have no idea.
Steps to reproduce :
Admin CP > Options > Attachments
In the "Allowed Attachment File Extensions" text box, fill either
Code:
zip txt pdf png jpg jpeg jpe gif xls xlsx xlsm doc docx docm odf mp3 ogg
Code:
zip
txt
pdf
png
jpg
jpeg
jpe
gif
xls
xlsx
xlsm
doc
docx
docm
odf
mp3
ogg
Open Firefox, try to upload an attachment in a reply or in a new thread. Only a few types of files are displayed by the upload dialog.
Content of the directory :
Upload dialog in Chrome :
Upload dialog in FF with the list above as Allowed Attachment File Extensions :
Somehow, removing the jpe extension partly fixes the issue :
With list
Code:
zip txt pdf png jpg jpeg gif xls xlsx xlsm doc docx docm odf mp3 ogg