Noticed a small bug today when testing out the dev versions responsive integration with the picture module. If you upload an image with spaces in the file name, it breaks the script somewhere which does the replacement. This breaks not only for the asset in question, but also any subsequent images uploaded into that WYSIWYG form.

The fix which has added this capability (but ultimately has the bug in) is: http://drupal.org/node/1885766

It appears to be the source which is not behaving as expected (not any front-end replacement issues). At a glance though, I could not see what was causing this so far.

Dan

n.b
I know spaces in file names are bad, but would still be good to resolve just in case ;-)

Comments

attiks’s picture

We're always using http://drupal.org/project/transliteration to avoid file name issues, but a bug nonetheless

attiks’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Closing this, if somebody can upload a patch feel free to re-open.