﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3063	Add textarea id fckeditor.js - code fix included in description!	dan8080		"In line 92 of fckeditor.js (v 2.6.4), I suggest specifying an id for the textarea.  Right now only the name is specified. So the code would become:

sHtml += '<textarea id=""' + this.InstanceName +
  '"" name=""' + this.InstanceName +
  '"" rows=""4"" cols=""40"" style=""width:' + sWidth +
  ';height:' + sHeight ;

This change makes it easier for other code to reference the textarea directly, in order to interact with it programmatically, which is useful.

-Dan
dan8080@gmail.com
"	New Feature	closed	Normal		General	FCKeditor 2.6.4	wontfix		
