nand2tetris / web-ide

A web-based IDE for https://nand2tetris.org
https://nand2tetris.github.io/web-ide
Other
38 stars 11 forks source link

[bug]: Web Editor cursor goes to last line's last column on input #230

Closed RaphGL closed 4 months ago

RaphGL commented 4 months ago

Program

None

Interface

Website (https://nand2tetris.github.io/web-ide)

Contact Details

raphfl.dev@gmail.com

What happened?

When typing the assembler and converter tool cursors go to the last line's last column instead of behaving how one expects it to. Moving the cursor with the arrow keys or the mouse works fine.

Additional Comments

This bug only happens on the assembler and converter tool, it does not seem to happen on the textareas on the other pages.

Do you want to try to fix this bug?

Code of Conduct

netalondon commented 4 months ago

Hey, I see the behavior you're describing in the converter tool, but not in the assembler. Could you provide a screen capture of this happening in the assembler so I can better understand the problem?

RaphGL commented 4 months ago

@netalondon yeah I'm not able to replicate the behavior on the assembler anymore even though it was happening at the time I wrote the issue. Maybe there was a new build pushed to production? Since that's what happened with my previous issue (https://github.com/nand2tetris/web-ide/issues/229#issuecomment-1941971694)

netalondon commented 4 months ago

Oh ok. Although I don't remember any recent changes affecting this... Weird... But as long as it works now :)