KanoComputing / kano-code

πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»Kano Code
https://world.kano.me
GNU General Public License v2.0
16 stars 5 forks source link

Parts can be renamed to values that throw errors #1806

Closed keithclark closed 4 years ago

keithclark commented 4 years ago

Part names can be renamed to begin with numbers or set to an empty string, which causes the browser to throw errors and prevents creations from working with no feedback for the user. Opening devtools reveals the issue:

2020-01-12-223900_653x662_scrot

To recreate:

1) Open devtools, clear error logs. 2) Add a part 3) Drag the part into the code editor 4) Rename the part to "1" 5) Review devtools console.

pazdera commented 4 years ago

Included in v3.0.1-alpha.21. It should land on Kano World with the next release.

Thanks!