I've managed this problem by following code:
document.getElementById(
'<%= cmsSurveyorComment.ClientID %>').style.height=document.documentElement.clientHeight - 70 - 70 - 50;
It seems that setHeight doesn't work after ajax postback. Hopefully you can fix it in the next version.