Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#17910 closed defect (bug) (fixed)

User Profile JS cleanup

Reported by: azaozz's profile azaozz Owned by: azaozz's profile azaozz
Milestone: 3.1.4 Priority: normal
Severity: normal Version: 3.1.2
Component: Administration Keywords: has-patch commit
Focuses: Cc:

Description

Strip tags and maintain string type when updating the "Display name publicly as" drop-down with JS on the User profile screen.

Attachments (4)

17910.patch (914 bytes) - added by azaozz 14 years ago.
17910.diff (726 bytes) - added by dd32 14 years ago.
just for reference, my patch that doesnt include the html striping.
17910-3.patch (863 bytes) - added by azaozz 14 years ago.
17910-4.patch (863 bytes) - added by azaozz 14 years ago.

Download all attachments as: .zip

Change History (12)

@azaozz
14 years ago

#1 @azaozz
14 years ago

  • Keywords has-patch added

#2 @nacin
14 years ago

  • Milestone changed from Future Release to 3.1.4

#3 @nacin
14 years ago

Any backport to 3.1 will need to use .attr.

@dd32
14 years ago

just for reference, my patch that doesnt include the html striping.

#4 @dd32
14 years ago

attachment 17910.diff added

Just for reference, that's what I used, AFAIK, jQuery takes care of the attr/prop by itself when you use that syntax. It doesnt include the HTML striping that azaozz has added however.

@azaozz
14 years ago

#5 @azaozz
14 years ago

Merged the patch from dd32 with the first one, tested in 3.1 and 3.2.

@azaozz
14 years ago

#6 @nacin
14 years ago

  • Keywords commit added

+1 on 17910-4.patch.

#7 @azaozz
14 years ago

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

In [18363]:

User Profile JS cleanup, props dd32, fixes #17910 for 3.1

#8 @azaozz
14 years ago

In [18364]:

User Profile JS cleanup, props dd32, fixes #17910 for 3.2

Note: See TracTickets for help on using tickets.