← Back to context

Comment by stevefolta

2 years ago

Too bad the keyboard doesn't work (Firefox with "Search for text when you start typing" on). They didn't do the "event.preventDefault(); event.stopPropagation();" dance.

Naturally. You have enabled a setting for Firefox to intercept the keystrokes before the web page even gets a chance to see them. That means the JavaScript to prevent default action would never run.

  • Not true, the JS _does_ get a chance to prevent the search behavior. It's not a problem with other games.