Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1306 closed enhancement (no action required)

Filter friends/Filter groups have wrong html

Reported by: sbrajesh's profile sbrajesh Owned by:
Milestone: Priority: trivial
Severity: Version:
Component: Keywords: search, group search, friends search
Cc:

Description

well,This is just a minor bug(or may be typo)
In function bp_group_search_form(),bp_friend_search_form()
The inbut box is defined as <input type='search'... > while there does not exists any type search as per HTML/xhtml recommendations.

It will be a simple thing to just change the line to <input type='text' ... />
It will help in validation.

Change History (1)

#1 @apeatling
15 years ago

  • Resolution set to invalid
  • Status changed from new to closed

This will display a nice search box on webkit/safari browsers. It will fallback to an input box on other browsers.

Note: See TracTickets for help on using tickets.