Ticket #3676 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Character encoding error when adding sub-categories

Reported by: johnbillion Assigned to: mdawaffe
Priority: lowest Milestone: 2.2
Component: Administration Version: 2.1
Severity: trivial Keywords: has-patch
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.

2. Add a new category and set its parent to an already existing category.

3. 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

3676.diff (0.7 kB) - added by mdawaffe on 03/27/07 21:09:16.

Change History

01/25/07 18:49:43 changed by foolswisdom

  • milestone changed from 2.1.1 to 2.2.

01/26/07 02:54:20 changed by mdawaffe

  • owner changed from anonymous to mdawaffe.
  • status changed from new to assigned.

fix on #3645

01/26/07 03:41:26 changed by ryan

  • status changed from assigned to closed.
  • resolution set to fixed.

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

03/27/07 21:08:49 changed by mdawaffe

  • status changed from closed to reopened.
  • resolution deleted.

This is actually still broken.

Patch.

03/27/07 21:09:16 changed by mdawaffe

  • attachment 3676.diff added.

03/27/07 21:40:28 changed by foolswisdom

  • keywords set to has-patch.

03/27/07 23:51:27 changed by ryan

  • status changed from reopened to closed.
  • resolution set to fixed.

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