TapeUI Click bug
Closed this issue · 4 comments
Sometimes when clicking on the input tape elements (when there are more than ~5) it selects two at once?
For instance, if you try to add a new cell, it will edit the one before it.
Do you have an example that I could reproduce?
If you add 10000, 1, 2, 3 to the tape, then try to edit 1 nothing happens. If you try to edit 2, it appears to work, but the change you make happens to 3.
Hm wait. Maybe I am talking shit. I changed the size / padding on my local branch, but the click handler is programmed separately
That case works fine on my machine so I suspect it's related to that, yeah. If you're tinkering with the positioning stuff, you'd need to change lines 127, 214, and 248 to change the distance everything is from the left border (currently set to the padding constant). Similar for other stuff.