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

Schema select not working? #37

Closed nwinter closed 10 years ago

nwinter commented 10 years ago

screenshot 2014-05-29 15 36 23

In this example, you can click str, but it doesn't let you open the schema select. Here is the config schema property for offset:

screenshot 2014-05-29 15 38 06

rubenvereecken commented 10 years ago

I wouldn't mind checking this out but I couldn't find a way to reproduce, could you point me at a specific level where I can find this schema?

nwinter commented 10 years ago

We found this by making a Component with a property with type: "object" in its config schema and then trying to specify some properties in the result. It wasn't possible to change the type via the type select button.

sderickson commented 10 years ago

Was a bug in CodeCombat, twas fixed.