Content loads twice when you press 'Enter' on an autocomplete option in the search box
Submitted by davidmorrow on Sat, 06/06/2009 - 17:24 View all bug reports and feature requests| Project: | Phylo Codebase |
| Component: | Site functionality |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
If you use the autocomplete feature in the search box and press the Enter key while a name is selected, the content loads in the display panel and then immediately reloads. This causes an annoying flash of content on the screen, clogs up the server unnecessarily, and can be annoying for users with slow connections or computers.

Comments
#1
The problem is that the form is submitting twice—once because the user has pressed Enter and once because the page is submitting the form programmatically.
Post new comment