ttencate / jfxr

A browser-based tool to create sound effects for games.
http://jfxr.frozenfractal.com/
429 stars 45 forks source link

Save/export not working well on Safari #18

Closed ttencate closed 10 years ago

ttencate commented 10 years ago

"Save" opens the JSON in a new tab, where you can hit Cmd+S to save. "Export" opens a new tab which briefly displays some playback controls, but then switches to a noninteractive QuickTime logo. There seems to be no way to save the WAV from there.

This is an issue with Safari that, unfortunately, even the awesome FileSaver.js shim cannot do anything about: https://github.com/eligrey/FileSaver.js/issues/12

We need to detect whether this is broken, and show the user a helpful warning.

ttencate commented 10 years ago

I'm going to close this because there's nothing I can do until Safari gets its act together or somebody comes up with a workaround that actually works.