Closed (fixed)
Project:
quicktags
Version:
5.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
11 Jan 2008 at 16:39 UTC
Updated:
26 Feb 2008 at 21:11 UTC
Jump to comment: Most recent file
Only the first letter of the title shows.
I changed line 154 of quicktags.module from this:
return theme('form_element', $element['#title'], $html, $element['#description'], $element['#id'], $element['#required'], form_get_error($element));
to this:
return theme('form_element', $element, $html);
and the textfields work as expected.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | quicktags.module.title-fix.patch | 608 bytes | tcblack |
Comments
Comment #1
tcblack commentedNeeds a proper patch, fortunately this one was easy to make.
Comment #2
tcblack commentedI've also tested the patch and it works as advertised. Let's get some more tests on this one and let me know if anyone experiences any unexpected problems.
I've also marked the following issues as duplicates of this one.
Comment #3
kalin9 commentedTried the patch on $Id: quicktags.module,v 1.21 2007/02/03 10:59:25 ber Exp $ downloaded today, seems to be working fine
Comment #4
maulwuff commentedworks fine for me.
Comment #5
Papayoung commentedI Can't patch with my ISP, but I did make the above code substitution in v1.21.4.1 and it now works as expected.
Comment #6
pfaocle'Applied' manually, but the fix seems to do what it says on the tin.
Comment #7
tcblack commentedThis is committed and fixed in 5.3
Comment #8
tcblack commentedComment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.