Stop block bug

The stop block, when the bottom is flat, shouldn't have any blocks attached under it. But if you drag the block on top of the stop block, and insert the stack on a script, the stop block will have blocks under it.

Example:
block1
block2
block3
stop all
You take block3 and put it between block1 and block2, it becomes
block1
block3
stop all
block2

Yeah, this is a known trivial bug, most likely never to be fixed.