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

html/js canvas keyboard input

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

I am learning to use html/js canvas graphics.

When a add key event handler is added a search box at the lower left of firefox pops up instead of sending keystrokes to the html canvas.

example code is at https://www.homeandlearn.co.uk/javascript/move_box_keyboard.txt

How do I get firefox to stop intercepting my keyboard events to a search box popup.

I am learning to use html/js canvas graphics. When a add key event handler is added a search box at the lower left of firefox pops up instead of sending keystrokes to the html canvas. example code is at '''https://www.homeandlearn.co.uk/javascript/move_box_keyboard.txt''' How do I get firefox to stop intercepting my keyboard events to a search box popup.
Attached screenshots