Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

FF search bar appears when pressing alphanumeric keys

Problem: when you press alphanumeric keys in games under FF, search bar appears.

Conditions (all required):

1) Option "Search for text when you start typing" enabled in browser.

2) Keyboard events gets bubbled up to browser level.

Solution: in keyboard event handlers add following code in branches that do actual handling:

event.preventDefault ();

where "event" is event being handeled.

Support this post

Did you like this post? Tell us

Leave a comment

Log in with your itch.io account to leave a comment.