Opened 19 years ago

Closed 19 years ago

Last modified 19 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
Pull Requests:How to create a pull request

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.

Change History (3)

by leo@…, 19 years ago

Attachment: 1357.patch added

Fix for the ticket

comment:1 by Adrian Holovaty, 19 years ago

priority: highnormal
Severity: majortrivial

comment:2 by Adrian Holovaty, 19 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