Is there an event in Firefox that is sent after the uses presses enter in the firefox search field? In Safari it is called SafariBeforeSearchEvent (beforeSearch).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I can’t find any such event in FireFox nor have I heard of it before. However you might try simply capturing any events that might lead to the search bar in FireFox. Here’s some simple JQuery that will tell you what event you just triggered. You can then set any conditions for Firefox as needed.
F3 = event 114,
Alt+F = event 70
Hope this helps. Good Luck.