Making WordPress.org

Opened 6 years ago

Closed 4 years ago

#3145 closed defect (bug) (fixed)

Support Rep UI > HTML entities may be exposed

Reported by: barryhughes's profile barry.hughes Owned by: tellyworth's profile tellyworth
Milestone: Q2 Priority: normal
Component: Plugin Directory Keywords:
Cc:

Description

https://wordpress.slack.com/archives/C02QB8GMM/p1505907961000169

As noted above, when adding a new support rep whose display name includes an accented character or similar, the HTML entity used to represent that special character is initially exposed:

  • Visit the advanced tab in a plugin page you own
  • Add a support rep with a name such as Mr Tést
  • Success! But his name is rendered as Mr Tést
  • Refresh the page/come back later, though, and it displays as expected

Change History (3)

#1 @SergeyBiryukov
6 years ago

  • Component changed from General to Plugin Directory

#2 @tellyworth
5 years ago

  • Milestone set to Q2
  • Owner set to tellyworth
  • Status changed from new to assigned

#3 @dd32
4 years ago

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

In 9653:

Plugin Directory: API: When adding Committers/Support reps, don't pre-encode the display name, let the JS do that.

Fixes #3145.

Note: See TracTickets for help on using tickets.