Closed (fixed)
Project:
Submitted By
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2009 at 02:32 UTC
Updated:
24 Jul 2009 at 16:50 UTC
In the "Comment settings > Submitted by Appearance > Submitted by text:" field you can only enter so many characters. ATM I have: [comment-author-name][comment-mon] [comment-d], [comment-yyyy] which works great. But I needed to add a class to the first span and couldn't b/c the field was full.
Should this be a instead of an input field? Just a thought.
Comments
Comment #1
corydorning commentedforget to use code block...currently this is what i have:
but want it to be this:
Comment #2
nancydruWe don't have #maxlength, so it apparently defaults to an undocumented 128. You should be able to type beyond the end of the box.
I just committed a fix to increase the length to 255.
Before I go any larger (textarea), I need to consult with someone else because I see a potential problem.
Comment #3
nancydruComment #4
corydorning commentedsounds good...i'll watch for any updates.
Comment #5
nancydruIt will be in the -dev roll up at midnight GMT. I have a pretty good suspicion that there will be a new release on Wednesday as a result of something this issue triggered.