﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11278	ASP.NET validation does not read the right value of CKEditor	OHDev		"I'm using ASP.NET wrapper for CKEditor.
I use a RequiredFieldValidator for the control, but the first time the control gets validated, it returns the Initial text of ckEditor

so let's say the editor had a value of '1234'
and I replace it by 'qwerty'
when I submit the form and before the postback, in ASP.NET's JS validation functions, the value is still the old one 1234, 
while getData() returns the right value!

if I call updateElement() the value is returned allright, but I want a way to do this automatically.

I can override Page_ClientValidate to loop into all instances and call updateElement, but is there a better way?

PS: how can I loop through all Instances, foreach , for loop does not work with CKEDITOR.instances"	Bug	closed	Normal		Server : ASP.Net	4.3	expired		
