chessboardjs icon indicating copy to clipboard operation
chessboardjs copied to clipboard

event handling broken

Open nbi1 opened this issue 7 years ago • 0 comments

The click, mousedown, mouseup event handling seems to be broken in FireFox and Chrome. Events are successfully processed for an arbitrary number of moves, but then the board becomes unresponsive to clicks. I used the JQuery binding technique, i.e. $("#board1").on("click", clickOnBoard); Should this be done differently? Could JQuery be the root cause of the problem? I monitored the Browser console in FireFox and did not see anything that might be a clue.

nbi1 avatar May 10 '18 18:05 nbi1