featurelist.orgfeaturelist.org
 
U
D
2 points - posted 246 days ago by godjonez - status: Completed - assigned to: Mattie - 8 comments watch embed this
It would be helpful if the Description box when submitting a request and the Comment box when posting a comment, would be bigger.

When writing a longer description it becomes strainful to keep on what you have written already due to the box only having five rows visible at once.

The comment box is even smaller. If there are going to be constructive comments with lots of content, it would make more sense to type the text into Notepad and then later paste it, but that is extra work and you don't necessarily know how long the text is going to be when starting to write it.

Juba_PornBorn posted on 2008-02-12 14:25:06
This can be fixed really fast by looking in the css or the php for the comment related box:

<textarea id="comment" name="comment" rows="20" cols="45" onclick="new Element.show('comment_watch',{});"></textarea>

and instead of to collums put 20

it's done in 2 minutes.

godjonez posted on 2008-02-13 03:23:14
...

Juba_PornBorn posted on 2008-02-12 14:26:04
Rows i meant. :) edit button urgent also.

Juba_PornBorn posted on 2008-02-12 14:27:37
and instead of being above comments put it down so increasing the row size wont deform page layout.

Juba_PornBorn posted on 2008-03-05 22:53:17
Man just give me a restrict ftp acess to just the php or css folder and I fix this in a second.

Juba_PornBorn posted on 2008-03-05 22:55:34
I can fix lot's of stuff in this. Just get me a copy of featurelist so I can use on my localhost and i will add edit button and lot's of needed stuff.

Venjax posted on 2008-03-25 10:10:47
What browser do you use? The description box when submitting a request shows much more than 5 lines at a time. ( http://screencast.com/t/mEP3Wnvh713 ) is what it looks like in FF. I can make that even bigger if needed. The Comment fields are a little small, I can tweak those a little, but don't want the comment box to fill the entire screen or anything.

Venjax posted on 2008-03-25 10:19:58
I have increased both the size of the comment box and the description box when submitting a request - these changes will appear on next site refresh. - Thanks