var paper=Raphael(50,5,500,500);
selectedRect=paper.rect(0,0,100,100);
selectedRect.dblclick(doubleclick);
doubleclick=function()
{
var txtArea=window.document.createElement("textarea");
txtArea.style.left=1;
txtArea.style.top=1;
//txtArea.style.width=100;
//txtArea.style.height=100;
txtArea.style.cols=10;
txtArea.style.rows=10;
txtArea.style.visibility=true;
var node=this.node;
node.appendChild(txtArea);
alert("");
};
не наблюдаю в фигуре дочернего элемента textarea