inveniosoftware-contrib / ng2-json-editor

Angular 2 component for JSON editing
Other
27 stars 27 forks source link

Editor slowness #179

Closed jmartinm closed 7 years ago

jmartinm commented 7 years ago

How to reproduce

Load this record: https://cernbox.cern.ch/index.php/s/mz1M5DvSI4JSuce

And this schema: https://cernbox.cern.ch/index.php/s/A956uAU6OX5ZYII

The interface becomes very slow (specially when typing in an input). Possible problems to look at are shortcuts and too many DOM elements (inputs)

jmartinm commented 7 years ago

@zzacharo can you look into this and try without the shortcuts enabled to see if that might be the problem?