#3927 closed defect (bug) (no action required)
Search form uses ID though can appear more than once
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5.3 |
Component: | Templates | Keywords: | |
Cc: |
Description
The search form found at the top of the site can be used as a widget, I'm using it in the footer of a site I'm working on to save users to hassle of scrolling back to the top to search for something.
The problem is the search box uses an id="searchform" which is being used two times, to be valid code it should be a class.Is this something worth fixing? I know I could change the theme file but I think its worth fixing in BuddyPress saving everyone the task of fixing this.
I'm just getting used to reporting bugs so I'm sorry if there's anything I'm doing wrong. This is something I think I could fix.
Change History (6)
#1
@
13 years ago
- Keywords reporter-feedback added
- Milestone changed from Awaiting Review to Future Release
#2
@
13 years ago
- Keywords close added
I had two search widgets enabled causing this. I'll report this over on the WordPress trac and see if they see it as an issue.
Hi,
BuddyPress doesn't contain a search widget, and our header search box uses "search-form"; WordPress' search widget uses "searchform". Are you using a custom theme / custom widget, or have I missed something?