Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
forms system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2007 at 12:39 UTC
Updated:
27 Mar 2010 at 20:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
catchNo longer applies.
Comment #2
panchoMoving feature requests to the D7 queue.
Comment #3
AmrMostafa commentedPatch updated to HEAD.
Comment #5
dawehnerjust a rerole
Comment #7
dawehnerreroll
Comment #8
cburschkaWhich non-textfield elements do we need this for? Select? Seeing as checkbox and radio labels are already printed like a #field_suffix, and it's difficult to imagine a situation where you want something to the left of them...
I suppose it can't hurt to add support for it, though.
I can see no code-style problems with this patch.
Comment #10
webchickComment #11
catchMakes sense to centralise this in theme_element(), and theme_textfield() is a bit of a mess as well (really shouldn't have the autocomplete stuf in there either).
Comment #13
dawehnerhere is the rerole
Comment #15
sunOh my. I thought we would have fixed this totally annoying bug long ago?! Just ran into the same issue in contrib. Again.
Re-rolled from scratch against HEAD.
Comment #16
catchRTBC again.
Comment #17
marcvangend#15: drupal.field-prefix-suffix.15.patch queued for re-testing.
This is a good idea, let's get it in.
Comment #18
dries commentedCommitted to CVS HEAD. Thanks.
Comment #20
kkaefer commentedFix for this patch in #755030: Regression: #field_prefix/suffix is displayed before the label