In firefox. In IE 8, 7 it displays a single line
Happens in Scriptaculous 1.8.3 (Prototype 1.7 & 1.6)
Created: May 25th, 2010.
function test(){
var alldivs = $$('.items .each_div');
alldivs.each(function(eachdiv){
new Ajax.InPlaceEditor(
eachdiv,
'inplaceeditor.php?action=dump',
{
rows: 1,
size : 20,
okText: "save"
}
);
});
}