[buddypress-trac] [BuddyPress] #4181: Form submit input elements should not use names or ids that conflict with properties of a form, such as submit, length, or method
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Tue May 1 11:24:12 UTC 2012
#4181: Form submit input elements should not use names or ids that conflict with
properties of a form, such as submit, length, or method
--------------------------+-----------------------------
Reporter: chriskeeble | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version: 1.5.5
Severity: normal | Keywords: needs-patch
--------------------------+-----------------------------
Forms and their child elements should not use input names or ids that
conflict with properties of a form, such as submit, length, or method.
Name conflicts can cause confusing failures. For a complete list of rules
and to check your markup for these problems, see
http://kangax.github.com/domlint/
(As per http://api.jquery.com/submit/)
This is making extending behaviour with JavaScript (and jQuery) difficult
(impossible in some cases) without a lot of code edits in child themes and
plugins.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4181>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list