I’m working on a web project, a smallincremental game inspired by a game called Reactor Idle, and in the development of it I’ve encountered a few bugs in the process: #2479 which has to do with buttons and check-boxes receiving doubled events on clicks, resulting in the check box being selected then immediately de-selected, and #2552 which sometimes causes the UI to go into an unresponsive state, with mouse clicks not being received, if you click in areas outside of the game window. You can switch browser tabs to restore it, but that’s not really a solution to the problem.
I’ve invested a couple weeks into this project, and I’d hate to have to abandon it, but the thing is I don’t understand the whole web-build process anywhere near well enough to begin debugging these issues. Are there any resources I can use to learn more about this, and about how I could start trying to debug it? It’s gotten to the point where I’m considering just giving up altogether and moving on.