i am getting error when i am trying to load webhtmleditor, code is breaking at the function below and the line is highlited. popup window says object required
function
Sys$_ScriptLoader$_loadScriptsInternal() {
._currentSession;
(session.scriptsToLoad && session.scriptsToLoad.length > 0) {
nextScript = Array.dequeue(session.scriptsToLoad);
._createScriptElement(nextScript);
(scriptElement.text && Sys.Browser.agent === Sys.Browser.Safari) {
scriptElement.innerHTML = scriptElement.text;
scriptElement.text;
}
) {
._scriptLoadedDelegate);
._currentTask.execute();
{
);
(headElements.length === 0) {
Error.invalidOperation(Sys.Res.scriptLoadFailedNoHead);
headElements[0].appendChild(scriptElement);
Sys._ScriptLoader._clearScript(scriptElement);
._loadScriptsInternal();
._stopSession();
callback = session.allScriptsLoadedCallback;
(callback) {
callback(
._nextSession();
Hello,
This one is very tough to say, since it really depends on the way the control is used / loaded. It also depends on the browser used and many additional settings.
Can you please use the specialized WebHtmlEditor forum for that (this is a general discussions forum) and send us some more information - I am sure it will provide additional clues.
http://forums.infragistics.com/forums/113.aspx
i figured somehing when the webHtmlEditor is in Ajax updatePanel it throws error any ideas.??