Opened 16 years ago

Closed 12 years ago

#2591 closed Bug (invalid)

Strange behaviour

Reported by: mni82 Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.6.3 Beta
Keywords: Cc:

Description

Hi there,

In my sample code i have a formview with a sqldatasource. I added the FCKeditor in the <EditItemTemplate>

I have 2 linkbuttons whitch i use to switch between edit- and itemTemplate mode. I load the page in itemTeplate mode. When i go to editTemplate mode the FCKeditor is loaded and the data is displayed. No problem at all, but when i change back to editTemplate mode an error appears.

So switch to editTemplate and back with the linkbuttons to reproduce the problem.

I added 2 sqldatasources and 2 formViews to test what is going on. Results:

  • sdsTest works;
  • sdsTest1 does not work; (cannot switch back to itemTemplate)

The difference between the sql datasources is that sdsTest1 data contains a <p> and </p> tag in de loaded data. Same problem with other tags.

I receive the common error: 'Runtime-fout Microsoft JScript: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500'

The bold line will create the error:

Sys.Net.XMLHttpExecutor = function Sys$Net$XMLHttpExecutor() {
...
try {
  '''_this._webRequest.completed(Sys.EventArgs.Empty);''' 
}
finally {
  if (_this._xmlHttpRequest != null) {
    _this._xmlHttpRequest.onreadystatechange = Function.emptyMethod;
    _this._xmlHttpRequest = null;
  }
}

Can anyone tell me how to avoid this? Thanks in advance.

Attachments (1)

testpage.aspx (4.6 KB) - added by mni82 16 years ago.
testPage that shows the error

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by mni82

Attachment: testpage.aspx added

testPage that shows the error

comment:1 Changed 12 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

Frist of all FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible

Second please note that the CKEditor development website is not the right place for support requests. Please refer to the following article for information on where to get support for all issues related to CKEditor: http://docs.cksource.com/CKEditor_3.x/Howto/Support

Also try using our forums for advice: http://cksource.com/forums/

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy