Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#3676 closed defect (bug) (fixed)

Character encoding error when adding sub-categories

Reported by: johnbillion's profile johnbillion Owned by: mdawaffe's profile mdawaffe
Milestone: 2.2 Priority: lowest
Severity: trivial Version: 2.1
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

When adding a category under a category parent using the AJAX form under Manage -> Categories, the category parent dropdown list shows a raw HTML code instead of the intended character ("—" is displayed).

To recreate:

  1. Go to Manage -> Categories.
  1. Add a new category and set its parent to an already existing category.
  1. Once the category has been added (via AJAX), select the drop-down box for Category Parent and "—" is displayed as the child marker in error.

Attachments (1)

3676.diff (757 bytes) - added by mdawaffe 18 years ago.

Download all attachments as: .zip

Change History (7)

#1 @foolswisdom
18 years ago

  • Milestone changed from 2.1.1 to 2.2

#2 @mdawaffe
18 years ago

  • Owner changed from anonymous to mdawaffe
  • Status changed from new to assigned

fix on #3645

#3 @ryan
18 years ago

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

(In [4813]) Update to prototype 1.5.0 and scriptaculous 1.7.0. Fix some AJAXy bits. Props mdawaffe. fixes #3645 #3676 #3519

#4 @mdawaffe
18 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

This is actually still broken.

Patch.

@mdawaffe
18 years ago

#5 @foolswisdom
18 years ago

  • Keywords has-patch added

#6 @ryan
18 years ago

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

(In [5123]) Fix encoding of cats added over AJAX. Props mdawaffe. fixes #3676

Note: See TracTickets for help on using tickets.