Hello, first post here as I haven't been using the editor for a long time, but here's my problem:
I have a site with the editor and a treeview. The treeview loads on demand so when I click a '+' there's a postback. When I check a checkbox in the tree, there's also a postback. The editor is an upgrade from a simple multi-line textbox. With the old textbox there were no problems whatsoever, everything worked fine.
Now, problem is, when I type something in the editor and then cause a postback with the tree, I get the error "SysFader: IEXPLORE.EXE - Application error", "The instruction at 0x420638d1 referenced memory at "0x00000090". The memory could not be "read".
Funny thing is, when I don't type something in the editor and click the tree, it works just fine. Even more funny is this: I type in the editor, I select the text, choose "Header 1" as it's style (now the text is big and bold), and a postback does NOT produce the error!!
Also, it only seems to be IE7 that gives me the error. IE8 and FireFox 3.5 don't give the error.
What have I tried so far, as suggested by Google:
- Re-install IE7
- Re-install NVidea drivers
- Disabled IE plug ins
- Started IE in safe-mode.
- Ran a spyware/virus-scan (with no significant results, just some tracking cookies)
Anyone got any idea what this could be and how I can solve it?
Thanks in advance!
Peter.
I have a site with the editor and a treeview. The treeview loads on demand so when I click a '+' there's a postback. When I check a checkbox in the tree, there's also a postback. The editor is an upgrade from a simple multi-line textbox. With the old textbox there were no problems whatsoever, everything worked fine.
Now, problem is, when I type something in the editor and then cause a postback with the tree, I get the error "SysFader: IEXPLORE.EXE - Application error", "The instruction at 0x420638d1 referenced memory at "0x00000090". The memory could not be "read".
Funny thing is, when I don't type something in the editor and click the tree, it works just fine. Even more funny is this: I type in the editor, I select the text, choose "Header 1" as it's style (now the text is big and bold), and a postback does NOT produce the error!!
Also, it only seems to be IE7 that gives me the error. IE8 and FireFox 3.5 don't give the error.
What have I tried so far, as suggested by Google:
- Re-install IE7
- Re-install NVidea drivers
- Disabled IE plug ins
- Started IE in safe-mode.
- Ran a spyware/virus-scan (with no significant results, just some tracking cookies)
Anyone got any idea what this could be and how I can solve it?
Thanks in advance!
Peter.
Re: SysFader.exe error
Page Transitions' under the 'Browsing' section.
Hope this helps
Re: SysFader.exe error
Re: SysFader.exe error
I cannot help any more than this, sorry.
Re: SysFader.exe error
Doesn't ring a bell and we're using SQL Server 2005 Express and Sybase, so I'm guessing that's a no
Thanks for taking the time, anyway, even if you couldn't really help me.
Re: SysFader.exe error
Seems that the error only occurs when the cursor is behind the last character in the text.
Yup. You read that right.
If I try the following steps, it works fine.
- Type text in FCKEditor
- Click somewhere in the text, cursor is now between 2 letters
- Cause postback
When I, after this successfull postback, replace the cursor at the end of the text and I do a postback, the thing crashes and shows aforementioned error.
Do I get the weird-award of the year, now? :p
Re: SysFader.exe error
- I'm using the ASP.Net-version,
- I can't see SysFader in Proces Explorer or Taskmanager...
Re: SysFader.exe error
I've commented out the line ['Link','Unlink'] in fckconfig.js (that line was in a custom ToolBarSet I made for my soft) and it seems to work fine now...