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]: ctrl + c to copy crashes the instance and requires a reloading of the page #207

Closed GuyOsovsky closed 2 months ago

GuyOsovsky commented 6 months ago

Program

Hardware Simulator

Interface

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

Contact Details

guyosovsky@gmail.com

What happened?

A bug happened! when trying to ctrl + c to copy the hdl code it crashes the instance and requires to reload the page

Additional Comments

No response

Do you want to try to fix this bug?

Code of Conduct

DavidSouther commented 6 months ago

Guy, could you please share your OS and browser? Also please share a bit more about what you saw when it "crashe[d] the instance" - did the browser stop working, or were you unable to make progress using the hardware simulator?

DavidSouther commented 2 months ago

I have been unable to reproduce this

  1. Open Hardware Emulator
  2. Load default "Project 5" -> "Computer"
  3. Run ComputerAdd.tst
  4. Select all text in hardware editor
  5. Ctrl+C -> no effect on running program

If you can reproduce it, please re-open the bug with steps!