Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1357 closed defect (fixed)

The value hasn't been escaped when using manipulator to render SelectField

Reported by: leo@… Owned by: Adrian
Component: Core (Other) Version:
Severity: trivial Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The value hasn't been escaped when using manipulator to render SelectField, so that the select element created by manipulator will bring display problem.

Attachments (1)

1357.patch (630 bytes ) - added by leo@… 18 years ago.
Fix for the ticket

Download all attachments as: .zip

Change History (3)

by leo@…, 18 years ago

Attachment: 1357.patch added

Fix for the ticket

comment:1 by Adrian Holovaty, 18 years ago

priority: highnormal
Severity: majortrivial

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2321]) Fixed #1357 and #614 -- <select> formfields now escape values

Note: See TracTickets for help on using tickets.
Back to Top