codecombat / treema

jQuery plugin that generates HTML interfaces to edit JSON data defined by json-schema.
http://codecombat.github.io/treema/
MIT License
151 stars 36 forks source link

Keybindings like ctrl+c and ctrl+v doesn't work #8

Open krans4u opened 10 years ago

krans4u commented 10 years ago

While editing components, I was not able to copy some content of a field and paste it onto another using common key-bindings ctrl+c and ctrl+v. Though right clicks work in the fields which solved the purpose. -Karan Dhamele

rubenvereecken commented 10 years ago

It's possible you didn't have permissions, because copy/pasting works just fine with me. Are you either admin or owner? At the moment, components of forks still belong to their previous owner and are therefore not editable by the new owner.

nwinter commented 10 years ago

Also, which browser and OS are you using? We are doing some wicked things with copy/paste to enable Ctrl+C and Ctrl+Shift+V for copying/pasting entire Treema nodes, so it is entirely possible that we (I) messed it up for things other than Mac Chrome.

sderickson commented 10 years ago

The copy/paste stuff is certainly messing with various keybindings for me. Like Command-Left-Arrow to select to the beginning of a line, or really anything that starts with Command. It ends editing for whatever property you're working on.