Opened 15 years ago

Closed 14 years ago

Last modified 13 years ago

#11843 closed (fixed)

MultipleHiddenInput outputs invalid HTML (inputs all get the same ID)

Reported by: Chris Beaven Owned by: Chris Beaven
Component: Forms Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Yep, that's the gist of it. CheckboxSelectMultiple already has a fix for this, but not MultipleHiddenInput.

Attachments (2)

11843.diff (1.2 KB ) - added by Chris Beaven 15 years ago.
11843.2.diff (3.3 KB ) - added by Chris Beaven 15 years ago.
with tests

Download all attachments as: .zip

Change History (7)

by Chris Beaven, 15 years ago

Attachment: 11843.diff added

comment:1 by Chris Beaven, 15 years ago

Needs tests: set
Status: newassigned
Triage Stage: UnreviewedAccepted

by Chris Beaven, 15 years ago

Attachment: 11843.2.diff added

with tests

comment:2 by Chris Beaven, 15 years ago

Needs tests: unset
Triage Stage: AcceptedReady for checkin

comment:3 by Chris Beaven, 14 years ago

milestone: 1.2

comment:4 by Jannis Leidel, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [12151]) Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris Beaven.

comment:5 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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