Hacker News new | ask | show | jobs
by stevefolta 738 days 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.
1 comments

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.