Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 17 years ago

#793 closed defect (bug) (fixed)

Double IDs in login form (because in header and userbar)

Reported by: halk Owned by:
Priority: trivial Milestone: 1.1
Component: Version:
Severity: Keywords: ids, login
Cc: utele

Description

The form elements user_login, user_pass, rememberme and wp-submit define the equal ID attributes.

But when you have the login form in the header and in the userbar you have these IDs twice. This is not XHTML compliant and triggers warnings.

Change History (4)

#1 @r-a-y
17 years ago

Removing the ID for the hidden fields should validate the XHTML and leave the form elements working.

What do the devs think?

#2 @utele
17 years ago

  • Cc utele added

#3 @apeatling
17 years ago

  • Milestone1.1

Sounds like a good solution, we'll fix this for 1.1.

#4 @apeatling
17 years ago

  • Resolutionfixed
  • Status newclosed

(In [1938]) Fixes #793

Note: See TracTickets for help on using tickets.