Textbox doesn't recognize number of rows

If you are having problems with GuMax, post here.
Post Reply
User avatar
shieldfire
Rank 0
Rank 0
Posts: 4
Joined: August 1st, 2008, 4:00 am

Textbox doesn't recognize number of rows

Post by shieldfire »

After changing the skin to gumax I am having problems with textboxes generated through Semantic Forms. The textbox code indicates rows=5 while the actual output looks more like rows=100 or so.

Any ideas?
User avatar
node
Rank 4
Rank 4
Posts: 21
Joined: July 19th, 2008, 2:51 am

Re: Textbox doesn't recognize number of rows

Post by node »

hmm the culprit seems to be
textarea in gumax_template remove the height:600px it solves the problem.. its makes me wonder as to why the text box was assigned a height: 600px..

Such things do slip out when ur making a skin!...
Remove the line and let us know whether ur problem has been solved or not!
Cheers
User avatar
shieldfire
Rank 0
Rank 0
Posts: 4
Joined: August 1st, 2008, 4:00 am

Re: Textbox doesn't recognize number of rows

Post by shieldfire »

Yes, that did it. Thanks.
User avatar
node
Rank 4
Rank 4
Posts: 21
Joined: July 19th, 2008, 2:51 am

Re: Textbox doesn't recognize number of rows

Post by node »

glad it worked for you.. :lol:
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Textbox doesn't recognize number of rows

Post by Paul »

Thanks node, I should remove that, since I did a little tweak for that... :D
Post Reply