id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
466	"textarea-control : properties ""rows"" and ""cols"" are ignored in most browsers"	jgou	jgou	"This was first reported on the kauri-discuss list by SR in [http://markmail.org/search/?q=list:com.googlegroups.kauri-discuss#query:list%3Acom.googlegroups.kauri-discuss+page:1+mid:xfo4ri3265p5fruu+state:results this thread].
When setting the rows/cols of a textarea-control
{{{
control: {
  'base':'textarea-control',
  'cols':80,
  'rows':10
}
}}}
those properties are applied in Firefox 3, but ignored in Firefox 5, IE9, Chrome 11.

It has most likely something to do with the result of the ($textarea.attr('cols') != -1) check in basic-controls.js , which seems to vary depending on the browser used."	defect	closed	major	0.4	modules/kauri-forms		worksforme		
