#2396: SpellerPages can lead to Permission Denied errors with IE
--------------------------+-------------------------------------------------
 Reporter:  MarkWB        |       Owner:                 
     Type:  Bug           |      Status:  new            
 Priority:  Normal        |   Milestone:  FCKeditor 2.6.3
Component:  UI : Dialogs  |     Version:  SVN            
 Keywords:                |  
--------------------------+-------------------------------------------------
 One set of steps to reproduce with IE7:
 1. Have an anchor tag in content.
 2. Use SpellerPages to correct at least one word.
 3. Press 'Link' button.

 You then get Permission Denied error on line 357. This isn't a problem
 with FF. I've reproduced with IE7 and several FCKeditor versions from SVN
 back to version 2.4.3.

 One way to work around it is to replace the SetHTML() [or SetData()]
 function in 'fck_spellerpages.html' with:
 {{{
 oEditor.FCK.Commands.GetCommand('SelectAll').Execute();
 oEditor.FCK.InsertHtml(document.getElementById('txtHtml').value);
 }}}
 (but with extra prefixed blank paragraph noted by ticket #2395)

 I have NOT been able to reproduce by using SetData() in a much simpler,
 but very similar scenario (plugin) that replaces content containing an
 anchor tag. So, there seems to be more to causing this than just simply
 using setData() with content containing an anchor tag.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2396>
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