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
Just testing things out. If an image file uploaded has a space in its name, then it doesn't show up in the presentation (just as a link). I expect this is because the spaces are not being properly url escaped (%20 or whatever it is).
The same photo, without a space in the name, displayed fine, so it is a filename issue, not a file issue.
(Yes, I hate spaces in filenames, but my stupid mac likes to add them, and I noticed the bug.)
I will dig into the JS eventually to fix this, but in case I don't, here's the bug report.
The text was updated successfully, but these errors were encountered:
Just testing things out. If an image file uploaded has a space in its name, then it doesn't show up in the presentation (just as a link). I expect this is because the spaces are not being properly url escaped (%20 or whatever it is).
The same photo, without a space in the name, displayed fine, so it is a filename issue, not a file issue.
(Yes, I hate spaces in filenames, but my stupid mac likes to add them, and I noticed the bug.)
I will dig into the JS eventually to fix this, but in case I don't, here's the bug report.
The text was updated successfully, but these errors were encountered: