Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 15 years ago

#793 closed defect (bug) (fixed)

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

Reported by: halk's profile halk Owned by:
Milestone: 1.1 Priority: trivial
Severity: Version:
Component: 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
16 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
16 years ago

  • Cc utele added

#3 @apeatling
16 years ago

  • Milestone set to 1.1

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

#4 @apeatling
15 years ago

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

(In [1938]) Fixes #793

Note: See TracTickets for help on using tickets.