codecombat / treema

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

Holding "backspace" in a text field continues to delete nodes in Treema #6

Open gsaines opened 10 years ago

gsaines commented 10 years ago

On Windows Chrome, if you create a node in Treema that takes text input, select the input field, and hold the backspace key, you will delete everything in the Thang type. Basically, holding "backspace" doesn't stop when you have removed the string from an input field, and assumes you want to delete the next item up the data structure.

After doing this, you are unable to upload new .js files, even after using the "x" button and reloading the page. Interestingly, if you return to the list of thang types and then return to the thang type in question, you can successfully upload js files again.

santosh2201 commented 10 years ago

@gsaines It happens in Ubuntu chrome too. I want to work on this bug, can you assist me in clearing this bug? from where should i start?