p.1 #1 · Search box usability issue, a suggestion, and a fix using Greasemonkey
I've been using the Buy & Sell forum a ton over the past couple of days, looking for new gear. I've been doing a lot of searches and I discovered a minor usability problem.
Problem:
At first, the search box on the top of each forum contains the text "Enter keyword". When you click on the box it clears the text to let you easily enter your search words. This is normally a great feature, except it clears the box every time it receives focus, not just the first time.
Here are some cases where this behavior is inconvenient:
You enter words, click search, and get bad results so you press the Back button in your browser to go back and edit your keywords. The words are now gone because the browser gave focus to the last box your cursor was in and this clears the box again. This at least happens in Firefox.
You enter some terms in the box and scroll down or something to check the spelling of some word you saw in a post title, or something like that. Then you click back in the box to add to it and it clears it again.
The first one is what has been bothering me a lot lately because I'm trying to narrow down my search results by changing my search keywords and it clears it each time.
Suggestion:
Change the javascript on the search boxes to only clear them when they contain the default text. This will be slightly different depending on if it's for the topic search or the B&H search.