Closed makc closed 9 years ago
I don't use the three.js editor, but I did notice the same issue with opentype.js (typeface.js): The file is saved with Chrome, but not with Firefox (38). For me it looks like a Firefox bug.
well, I use filesaver in some of my pages, and it saves the stuff, so... they can fix it.
well, I use filesaver in some of my pages, and it saves the stuff, so... they can fix it.
The main question is why Chrome doesn't need workarounds?
why Chrome doesn't need workarounds?
seems like ff does not fire clicks for orphan elements.
seems like ff does not fire clicks for orphan elements.
Again:
For me it looks like a Firefox bug.
In most of the cases, a workaround is a waste of resources because the real issue is not fixed.
but ff and 3js are two different projects. if we want 3js editor to save stuff in ff, we could work around ff issue in 14 minutes, or wait for ff to fix their shit for 14 years, if we aren't lucky. that said, you're free to report the issue there as well.
@makc could you double check that my workaround also works?
It does. Btw, 'export object' throws TypeError: a is undefined somewhere in three.min.js
@makc yeah, I noticed... that one will be tricky to fix...
works in chrome, but nothing happens in ff. no errors in console or anything.