JC-Orozco / BlocksIDE

Complete Blocks js development environment including js to blocks and blocks to js conversions
https://jc-orozco.github.io/BlocksIDE/build/index.html
Apache License 2.0
73 stars 19 forks source link

Blocks get scrambled with more than 10 root statements on Chrome #6

Closed JC-Orozco closed 7 years ago

JC-Orozco commented 7 years ago

Tested on version 0.3.3 The simplest form to reproduce this problem is typing numbers from 1 to 11 (each on one line). Up until 10 the number blocks get created in order but when typing 11 the first block is 6: 1 2 3 ... 10 11

JC-Orozco commented 7 years ago

Firefox does not present this problem. So there seems to be an issue with Chrome. Until I find the cause for this bug on Chrome, I had to change the title legend to works with latest Firefox and took out Chrome.

JC-Orozco commented 7 years ago

Fixed on version 0.3.23 Added y attribute to sort the top statement blocks.