#2396: SpellerPages can lead to Permission Denied errors with IE
---------------------------+------------------------------------------------
  Reporter:  MarkWB        |       Owner:  fredck              
      Type:  Bug           |      Status:  assigned            
  Priority:  Normal        |   Milestone:  FCKeditor 2.6.3     
 Component:  UI : Dialogs  |     Version:  SVN                 
Resolution:                |    Keywords:  Confirmed IE Review?
---------------------------+------------------------------------------------
Changes (by fredck):

  * keywords:  Confirmed IE => Confirmed IE Review?


Comment:

 I was able to reproduce the reported problem. I was also having problems
 by running SpellerPages in the default editor contents of sample01.

 The first problem here was that old things were remaining in the TempBin
 when calling SetData. It was causing the "Permission Denied" error I had
 because it was trying to access elements from a document that doesn't
 exist anymore. I've fixed it with the FCKTempBin.Reset() call.

 The second problem is the reported issue. The fact is that SpellerPages is
 using innerHTML to retrieve the editor data, which contains all our "fake
 stuff". The problem is that we feed it back to the editor with SetData,
 which creates a new document, the the "fake stuff" references get lost.

 To fix it, I've simply used innerHTML to move the data back to the editor,
 which seems logic and should not cause any undesirable effect.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2396#comment:2>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to