TheMightyFingers / mightyeditor

http://mightyeditor.mightyfingers.com
Other
279 stars 62 forks source link

Copy-paste of keyframes is not working #47

Closed villeilkkala closed 9 years ago

villeilkkala commented 9 years ago

Copy-pasting keyframes no longer works. Tested online and locally with the latest version. Ctrl+C doesn't put anything to the clipping board.

stauzs commented 9 years ago

Fixed

villeilkkala commented 9 years ago

Thanks!

villeilkkala commented 9 years ago

I cloned the newest version and it seems that the bug happens again when running the editor locally. Online version works perfectly.

Error message says "Uncaught TypeError: Cannot set property metaKey of # which has only a getter" and errors at Events.js:232.

stauzs commented 9 years ago

actually that error started to appear with the chrome update to version 43. I have no idea why that error don't appear in the online version (probably chrome fails to scan so huge file). I have fixed this in my local dev branch, but it's pretty useless at the moment, this error will be fixed with the next big update.

In the meantime you can use minified version locally: e.g. localhost/index.rel.html or by running ./startprod instead of ./startdev