Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Have problem with JS game. When I block start button by code: document.getElementById('startButton').disabled = true;

  • No replies
  • 1 has this problem
  • 2 views
more options

I have problem with JS game. When I block start button by code: document.getElementById('startButton').disabled = true; - firefox block keyboard inputs. (www.runwave.ru/snake/) The problem is under Firefox only (IE, Opera, Chrome work without problem). If I commented the code, keypad works under Firefox too. But there are some other problems.

If I block other button it is not help to solve the problem.
I have problem with JS game. When I block start button by code: document.getElementById('startButton').disabled = true; - firefox block keyboard inputs. (www.runwave.ru/snake/) The problem is under Firefox only (IE, Opera, Chrome work without problem). If I commented the code, keypad works under Firefox too. But there are some other problems. If I block other button it is not help to solve the problem.